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.
I am creating Jira tickets from external application by using rest api. now i need to track the no of tickets have been created in certain time period. For that i'm trying to track the jira logs. Where can i find the ticket related logs?
Hello,
If what you need is simply to find the number of tickets created in a time period, you don't need the logs. You can just use JQL search and search for the issues. For example:
created >= "2018/05/01" AND created <= "2018/05/02"
This will show you how many issues created in that time period.
Regards,
Elifcan
Elifcan,
Actually i'm trying do it grammatically. That is the reason i'm looking for logs. Is there any other best way to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
maybe you could use https://confluence.atlassian.com/adminjiraserver076/live-monitoring-using-the-jmx-interface-945111686.html
UPD
bad idea. JMX for Server version only, not cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
What do you mean "grammatically"? But since it's a cloud instance, you don't have access to Jira logs, anyways.
Regards,
Elifcan
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.
In addition you can use the dashboard gadget "Recently created chart" to visualize (and group, for example, by days or weeks)
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.