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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.