Is there a query to type in to get the age of open issue?
You can make a custom field which would calculated the age of an issue. You could use Adaptivist ScriptRunner or Power Custom Fields.
Power Custom Fields is a free add-on. You scripted field would have a script like this.
return (currentDate() - created);
I only have access to Jira - not the other resources. Where do I go for Power Custom Fields? Is that in Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can see the sil script in power custom fields but how do I use it? I'm not familiar with scripts since I work on the business side. All I know are simple queries and dashboards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The add-on is available only for Jira Server or Data Center. You can download it from here:
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.keplercf/server/overview
Then you should install it in
Addon->Manage addons->Upload addon
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.
You should push the get it now button from the link which I gave you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure what Jira SDLC is. When you connect to your Jira do you have atlassian.net/ in the url?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately no. That is a calculated value (today-created dated).
you can export to excel and calculate there of course. There may be an addon that would provide this detail so check the marketplace.
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.