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.
Hi,
Kindly assist me in making a JQL filter queries that will display request type, status, organization of a specific JSM project that I can use in making a dashboard?
Thanks!
Hi @Maeneth
Try using a free gadget that my team has developed - Text to JQL.
You enter your query in everyday language, how you communicate, and it transforms your question into JQL.
I hope it will be helpful for you!
Hi @Maeneth,
A JQL filter simply fetches a list of issues, based on criteria. So will the following JQL list all issues in Project A:
Project = "Project A"
All the attributes (request type, status, organization, ...) will be returned with every issue.
If you want to display these attributes in gadgets on a dashboard, you will see that some gadgets will let you configure the attributes you want to use as columns (e.g. the Filter Results gadget), slice (of a Pie Chart gadget), dimension (of a Two Dimensional Filter Statistics gadget), ...
So as a step by step approach:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.