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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Good morning,
We have set up a JIRA Service Project. In that project, we are using forms for e.g. request for a taxi, lunch, dinner and other service-related items.
Now is my question, I want to use that data from the form how often (example) a taxi is ordered.
Does somebody know if this is possible?
Looking forward see your answers!
Greetings Anita Tempert
Unfortunately, out of the box you can't do that. In addition your sentence "how often", doesn't really reveal the length of time over which you need to measure the frequency. Is it by day? By hours? By minutes?
One thing you can do out of the box is a count by using a gadget on the dashboard. You simply define the JQL and the issues you want to count and Jira does that automatically. TO be more precise you can write a JQL e.g.:
"Request Type" = "Taxi Request" and created >= startOfMonth() and created <= endOfMonth()
The above will give you all request types created during the current month.
If you really want to know frequency you can:
Hi @anita.tempert did my answer helped you? If yes, kindly mark my answer as accepted, in order to help others in the community. Thank you!
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.