Hi,
Im trying to extract the Epic name tagged to Stories, task or bugs that are tagged to a fixversion. Lets say my tickets are tagged to a fixversion SR240515, I want to extract the epic name of these tickets based on the fix version.
I tried using the Issuefunction in epicsOf functionality, but not getting any results.
Hi @Anoop Kumar ,
Extract to where? You can use the following JQL in Advanced search and then add "Parent" to your column layout.
fixversion = SR240515
By extracting I meant retrieving on the screen. I need that for a reporting purpose.
In your response, I couldn't find the JQL. Could you please share again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you mean to say you couldn't find the advanced search view? If so...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I could find the advanced search view.
In the response you have mentioned " use the following JQL in Advanced search ", Im unable to see this JQL you have provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So if you enter "fixversion" in the field you should get a drop-down of available versions and you should choose the version you are interested in. I use SR24515 in my example as that was what you provide in your post. You might want to zero in on your version by including your project in the JQL (change the bold to meet your needs)
project = abcd and fixversion = xxxxx
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.