The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Customized dashboard creation for Jira cloud

Kandula Shankar
August 11, 2021

If abc user got 4 issues 5th august and 6th got  6 issues and 7th got 10 issues. date wise it needs to show and also how many tickets are in in progress and how many tickets are in done this things also show in date wise, is there any possibility to do in jira cloud. is there any free plugins for this. 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jack Brickey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 11, 2021

There isn’t an “assigned” date system field in Jira. What I would offer for your consideration is a combination of a custom date field (assigned date) and Automation. It would work like this…

automation rule:

  • trigger - issue assigned
  • conditions - as needed to meet your needs or none
  • action - set “assigned date” to now

note that if an issue is reassigned it will reset the assigned date but likely what you want.

you can use this custom field in the 2-dimensional gadget to illustrate your goal. X-axis = custom field, y-axis = assignee.

note: I have not tested this but it should work.