Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA Sub task

Veerendra Prasad June 27, 2018

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.

1 answer

1 vote
sudhakar
Contributor
June 27, 2018

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

Veerendra Prasad July 1, 2018

Thank you Sudhakar.  

Regards,

Veerendra

Veerendra Prasad July 1, 2018

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events