Forums

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

Description Includes 'Study'

Aleem Shariff November 23, 2021

I'm trying to create a query and then use it in a dashboard to pull out all the stories that contain the word 'study' in the description and then have a status of 'in progress' or 'in test'. Can someone help with this please?

1 answer

1 vote
Jimmy Seddon
Community Champion
November 23, 2021

Hi @Aleem Shariff,

Are you looking specifically for just the word "Study" or do you want other variations like "Studying"?  If you don't care about just getting the word "Study".

I would build the JQL like this:

description ~ "Study" AND status in ("In Progress", "In Test")

I hope that helps!

-Jimmy

Aleem Shariff November 23, 2021

Hey @Jimmy Seddon , thanks for getting back. Not concerned with a variation on 'study' for now. I'll try your suggestion and see if it solves my problem. Thanks again! 

Like Jimmy Seddon likes this
Aleem Shariff November 23, 2021

Just building on your suggestion @Jimmy Seddon 

project = "project name" and issuetype = story and description ~ "Study" And status ("In Progress", "In Test")

 

Idea is that I am only interested in a particular project where issue type is story that has the description containing study and which can be either in progress or in test.

Like Jimmy Seddon likes this
Jimmy Seddon
Community Champion
November 23, 2021

@Aleem Shariff sounds like you've got it!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events