Specifically looking for Comment ID. To use in JQL filter such as CommentID > 111111
I'm using Power BI Pro Connector for JIRA and it allows me to put in a JQL filter statement. I can pull back Comment ID from the data and it is called comment id, but I can't use this in the JQL filter. Get error: "Field 'commentid' does not exist or you do not have permission to view it."
Generally, I want to know how to get the JQL field name from the field name shown in the PBI Connector. I want a list that says like "Key = IssueKey". "CommentID = ???"
Welcome to the Atlassian Community!
There is no comment ID field in Jira, Power BI extracts it from the issue data (it's actually the unique id of the comment in the database)
JQL doesn't need the comment id, it uses simply "comment" for searching the comments of an issue.
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.