I want to create a query to list all issues in a specific version that were created after that version's start date. I'm mainly struggling in getting the version's start date. Couldn't find a function that returns that. Any help? Thanks.
This isn't exactly what you asked for, but here's a rest api call that will return all versions for a given project, and the release date is included in the data:
https://www.url.to.jira.com/rest/api/latest/project/{project}/versions
Customizations are not allowed in JIRA OnDemand. The only option is to use the standard function, using the id or name of the version!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you would need to write a custom function for that. Also version start data is a greenhopper fiction, so should be part of GH really.
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.