Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL Fix Version Created by

dallu divya
Contributor
July 13, 2023

How can we get the Fix version who created in the JQL query ?

How can we get fix version release date in the JQL query ?

 

I know where to search in jira but using JQL i need that information,I am not able to figure the fields

1 answer

0 votes
Trudy Claspill
Community Champion
July 13, 2023

Hello @dallu divya 

Can you explain your use case in more detail?

Are you wanting to use the Fix Version Created By and Fix Version Release Date as criteria for selecting issues?

Or are you trying to get that information included in the results output?

What problem are you trying to solve with this information?

dallu divya
Contributor
July 14, 2023

In my project, different people create Fix versions and don't add the Release date for that. SO we are building a dash board to get the fix version that doesn't have a release date added and also trying to find who created that fix version.

 

I know manually we can see in Jira the FIx version and release date .I need that in JQL query so that i can tie that information in dashboard

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2023

Hi @dallu divya 

That may not be possible, as you describe it...

JQL finds issues, not any data stored in Jira.  And if your versions are not yet associated to an issue they would not be available.

One possible work-around would be to call the REST API to gather all project versions, and examine the ones which have/do not have dates.  However I do not believe that can be displayed with the built-in dashboard gadgets.

Regarding who created a version, I believe those are in the site audit log, and another REST API call could find those.

Kind regards,
Bill

Like Trudy Claspill likes this

Suggest an answer

Log in or Sign up to answer