-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
Subtask inherits Team from the Parent issue key. Althought, the Team data is not directly saved for the Sub-task in Jira, JQL search "Team = <>" will return both Parent and Sub-task.
This JQL search is not working for TMP.
Steps to Reproduce
- Create a Parent issue (Say, Story) with Team = "Team Guava" both in a CMP and TMP
- Create Sub-task for each CMP and TMP
- Run the below JQL search
Team = "Team Guava"
- JQL output will be missing Sub-task from TMP
Expected Results
JQL search should return both Parent and Sub-task
Actual Results
JQL is missing Sub-task in the search result
Workaround
User GET Issue Jira API to confirm the Team association for Subtask. API will show Team = Parent's Team in output.
- mentioned in
-
Page Loading...