Hi,
Please suggest me
Regards,
Prathima K
Hello @Prathima Katkuri
If you want to search only subtasks that are under issue type 'story' you can use following JQL:
project = YourProject AND issuetype in subTaskIssueTypes()
If you want to include 'story' and 'subtask', you can use following:
project = YourProject AND issuetype in (subTaskIssueTypes(), Story)
Hope this answers your question.
Regards,
Mindaugas
HI @Prathima Katkuri welcome to the Atlassian Community!
A sub-task issue type is usually not a story. The story is the parent issue type, and the sub-tasks within the story are the children.
Could you please explain in a bit more detail what issues you are searching for in your query?
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.