I am trying to make a connection between a notion database where customer requests and bugs are tracked. I want a Linear ticket to be created each time my team fills out the form that populated the customer requests/bugs data base.
The issue I am running into is that the bundle of data from Notion is not being read by the Linear module where it is stating that values are empty.
Hi Jared,
Are you referring to the mapped Title property? The other ones don’t seem to be mapped at all based on screenshot #2. In the last screenshot, if you hover over the mapped Title field, do you see a value, or is empty?
Hi Simo, I am only trying to map the Title field, as it is the only required field, right now but can not get the one value to pull through. If I hover over the mapped title field in screenshot 3 nothing comes up showing the contents or the type so I was assume it is empty.
This is the error I get when trying to run the module with the bundle you see in screenshot 1.
I noticed in your second screenshot that you’re trying to run just that module. When running a single module, you need to manually input data; otherwise, the data fields will be empty.
To work with your Notion data, you’ll need to run the entire scenario. If you’re starting with a Notion trigger, you can right-click the module and choose where you want the scenario to start (if supported). I’m not entirely sure, as I didn’t see your complete setup.
That did it for me and I was able to create the linear issue based on the notion data base. Next step is to get the notion database to update when the linear issues status changes.