Hey, we are integrating with Jira and accessing Jira Issues using the Jira Data Center Pack.
I have a table (TargetTable) that copies row values from another table (SourceTable) and I’m copying the Jira issue. It’s column type is Jira DC Pack Issue.
Copying this preserves the other information of the Jira Issue as in screenshot below.
However, I have another column Status in TargetTable that is automatically calculated to access Status of the Jira Issue. But this returns blank. As seen in previous screenshot, the status is Draft.
Am I copying from source table incorrectly? Or how can I access the Status via calculated field?
Would you mind sharing your doc with Coda support so we can take a closer look at the issues you’re encountering?
You can do that by going to Share in the top right-hand corner, clicking the button in the top right (to the left of the “X”), and toggling on Share with Coda Support(the gif below shows how to do this).
Afterward, please send us a link to that doc in your response so we can take a look for you!
I believe this is similar to broken references issue.
What I did is create another column that stores Jira Issue’s Issue URL.
When copying data from one doc and one table to the other, I use the value of Issue URL with Jira Data Center Issue Pack column type and somehow this works and allows me to pull other jira field information.