If I set Affects versions in a ticket, how can I find this ticket looking at the version I assigned it to.
Welcome to the Community!
You can run version reports, but a simple search for "affects version = xyz" will find all the issues with a version. Or, if you mean you want to see the version on an issue, you can look at the issue, the field (if filled) will be displayed there.
Hi @Naiara Sieben, welcome to the Atlassian Community!
I suspect you are looking for this ticket under the "Releases" area. As you've likely figured out, the issues there focus on the "Fix versions" field, not the "Affects versions" field.
These are two independent fields. They both happen to rely on defined Versions for the Project. But they are separate fields.
To find issues based on the "Affects versions" field, you'll need to use an Issue Search:
Switch to "JQL" search mode. Then use a query like this:
project = "PROJ" and affectedVersion = 2.0
That should show the issues you are looking for.
You can also save that query as a Filter (for later use), or share it. You can also create a page in Confluence (using either the Filter or the JQL) with the "Jira" macro to create a live page showing all those issues.
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.