Hi,
Can someone suggest how to create JIRA query/filter for below criteria:
Project Name "XXX"
Issue Type "Task 1, Task2, Task3"
Linked issues (All issues)
In different words, I want to see all the defects linked with any specific task.
For example, there is a project name "Candy Crush" and task is "Localization Testing" so I want to found all the issues which are present in localization testing.
Thanks
What is "Localization Testing" ? is this is issuetype or status of the issue? you can use below:
project = Candy Crush and status= "Localization Testing"
let me know if this works?
Thanks Manu
"Localization testing" is a task. I took an example task.
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 must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.