Hi All,
I have customized column for my project and tagged the corresponding workflow status for the same. Now I want to create a dashboard based on the column name and not by the workflow status.
Do we have any option to get the column name( Customized by me) in JQL , So that I can use for dashboard.
Regards,
Chelladurai.
Hi, @chelladurai
Are you talking about column in board, to which you assigned statuses?
If so, then it is impossible to use it in JQL search.
Columns are abstract feature, tied to board. Tey are not tied to issues, they are like filters, that group issues.
Hi @chelladurai
Let's say you have 3 statuses in one column - In Progress, On Hold, and Ready for Review. And the column name is In Progress.
So, you would create a a filter like Project = ABC and status in ("In Progress", "On Hold", Ready for Review") order by Rank
Save that and then use the filter in your dashboard gadget.
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.
Thanks for your reply, Can you please help on with example JQL?
Regards,
Chella
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.