The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • i need a jira query to fetch all the tickets from last six months for based on the access type.

i need a jira query to fetch all the tickets from last six months for based on the access type.

nagasekhar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 21, 2021

need to fetch all the tickets from last 6 months for only with the subject.

like "S3 access" related. 

 

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Ashu Tyagi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 21, 2021

@nagasekhar  You can use below query 

 

text ~ "\"S3 access\"" AND Created >= -180d

This will give you tickets which have Phrase "S3 Access" and created 180 days or 6 months  ago, you can change text with either Summary of Description if you know where you want to look for this exact phrase. 

0 votes
Liam Green
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 30, 2021

Hi @nagasekhar 

Welcome to the Community!

Will all the tickets you need have the correct summary?  If not, have you considered a custom field to capture this information and make reporting easier?

Thanks,

Liam

0 votes
Vikrant Yadav
Community Champion
July 21, 2021

Hi @nagasekhar  Try below query JQL to get issue having Summary "S3 access"

project = XYZ AND created > startOfMonth(-6) AND summary ~ S3 access

 Thanks

Vikrant Yadav

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events