Hi,
Please help me to resolve the below JIRA issue.
1.Filter 1 -> Issue type in (User Stories,and sub-tasks)
Results - All User Storied with sub-tasks.(Data set 1)
2.Filter 2 (Dataset 1)-> Summary "VEL_ENGAGEMENT"
Results - Displays the User Stories having "VEL_ENGAGEMENT" prefix.(Datasert2)
REQUIREMENT - Need all "VEL_ENGAGEMENT" user stories and associated sub-tasks without Specifying the prefix to sub-tasks.
Hi
We can get this by using JQL Search Extensions plugin
Server JQL : issue in subtaskOf(summary ~ VEL_ENGAGEMENT") OR (summary ~ VEL_ENGAGEMENTAND issuetype = Story) By using this query can get list of stories with with summery as VEL_ENGAGEMENT and also get all subtaks of those stories having that summary .
Cloud JQL : (summary ~ VEL_ENGAGEMENT AND issuetype = Story) OR parent Summary ~ "VEL_ENGAGEMENT"
Server: https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=server&tab=overview
Cloud: https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=cloud&tab=overview
Regards,
Sudhakar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sudhakar,
Thanks for the support.
I tried with the solution, but the Parent Summary is not available and it is asking for "Script Runner" to get the Parent Summary.
Please help if you have any other query.
Thanks.
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.