JQL queries need to pull the specific word in the description of particular project and team .
JQL queries need to pull the blocked status in a particular project and team .
Hi @Rajakumaran Balashanmugam ,
Welcome to the community !!
1. Try this JQL to get tickets with specific word in the Description field.
description ~ "My Description Text"
2. Use below JQL to get tickets with blocked Status
project =Sandbox and status = BLOCKED
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please accept the answer. Users with similar query will find it useful.
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.
Hi Rajakumaran - Welcome to the Atlassian Community!
You will need to provide more information. What exactly is the need and when does it need to happen?
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.