We get like 5 types of paid tickets like premium , product, help, and donation etc.
We have added them in a confluence document like
e.g.
1- a
2- b
3- c
4- d
...
Now how can we show number tickets created every day for that certain category and show them everyday?
Right now for daily tickets of all of those I have a query for example like this.
project = AHD AND issuetype = "Product Order" AND Created >= startOfDay() AND created <= endOfDay()
any help in this situation will really be appreciated.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.