Hi All,
I would like to know is it possible to have list for how many tickets was opened on monthly and weekly bases in a single Gadget and please help with JQL.
Thanks,
Rajesh
You can use the Recently Created Chart and modify it to use Weekly or Monthly basis.
The JQL would be just project = 'My Project'
You could also use the below JQL for the filter results gadget.
Weekly: created >= -1w AND created <= 1w
Monthly: created >= -4w AND created <= 4w
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad I could help! If this answer is correct could you please accept it as a solution, the accept answer button is next to the vote button.
Thanks!
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.