I'm reading the Jira data from a google sheet using JQL or better the function jira(). Everything works fine for 90% of the fields. For other I receive as result "multiple fields found". Any suggestion?
=JIRA("project=xxx and issuetype IN (epic)", " issuekey, issuetype, StatusUpdateDescription,OpenIssues,statusUpdate, summary, priority, status,progress,parent,Start Date,due date")
THe field in this example is Start Date but happens also for other fields
thanks
You can use the Jira field ID instead of the field name. The field ID will be unique, so you won't run into this problem. If you select "View Jira fields" from the add-on's menu, you can lookup the field ID for the field you need.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.