You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.