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
I saw this on JIRA Chart Macro page, but have no clue on how to actually do it. Do I create a table? Do I create it off of the JIRA Macro? If so where?
(images/screeenshots are welcomed)
Thank you so much this is so helpful! I was wondering if you knew the code (to put in search bar) for task created vs resovled for a specific topic not a user. Any help would be great
Is it also possible to have a specific topic and show what people are creating and resolving.
Hi Sarah, what's exactly a "topic" ?
You can use JQL to retrieve all issues from a specific project:
project = EMEA
or from a groups or projects:
project IN (EMEA, LATAM)
You can also filter some kind of issues for example:
type = Bug
in the same way you can query for a groups of different issues types:
type IN (Bug, Task)
you can combine above queries using AND | OR keywords, for example:
project = EMEA AND type = Bug
Please for further information check this article:
https://www.idalko.com/jira-jql/
Regarding to show who create o resolve the issue it is not possible for now, sorry.
Did my answer/s solve your problem?
If so, please consider to mark my answer/s as 'Answered accepted'. This will help other people to find solutions to similar problems in a faster and easier way.
Thank for your help, I greatly appreciated it! Also I don't know how to accept your answer.
A green button should appear at the top of the comment, on this page.
Here is an example:
Kind Regards.
Hi Sarah,
In case you need to customized chart, you can use Table Filter and Charts app to create Created vs Resolved chart.
It is paid.