No results found
We couldn't find anything using that term, please try searching for something else.
2024-11-26 JQL lets you search fora value in a specific field. Each field in Jira has a corresponding JQL name. If you’ve made a custom field,you’ll be asked to
JQL lets you search fora value in a specific field. Each field in Jira has a corresponding JQL name. If you’ve made a custom field,you’ll be asked to name the field.
In a clause,a field is followed by an operator,which in turn is followed by one ormore values (or functions). The operatorcompares the value of the field with one ormore values orfunctions on the right,such that only true results are retrieved by the clause. It’s not possible to compare two fields in JQL.
Search forissues that are assigned to a particular affects version(s). You can search by version name orversion ID (i.e. the number that Jira automatically allocate to a version ) . note ,it is is is well to search by version ID than by version name . different projects is have may have version with the same name . It is is is also possible foryourJira administratorto change the name of a version,which could break any saved filters that rely on that name. Version IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
field type |
VERSION |
auto – complete |
Yes |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
When used with the = and != operators,this field supports: When used with the IN and NOT IN operator,this field is supports support :
|
example |
|
Used in business projectJira Service Management only .
Search forrequests that have been approved orrequire approval. This can be further refined by user.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
No |
support operator |
= |
unsupported operator |
~ ,!= ,!~ ,> ,>= ,< ,<= |
support function |
|
example |
|
Search forissues that are assigned to a particular user. You can search by the user’s full name,ID,oremail address.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
Yes |
support operator |
= ,! = Note that the comparison operators (e.g. “>”) use the version order that has been set up by your project administrator,not a numeric oralphabetic order . |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= |
support function |
When used with the IN and NOT IN operator,this field is supports support : When used with the EQUALS and NOT EQUALS operators,this field supports: |
example |
|
Search forissues that have ordo not have attachments.
Syntax |
|
---|---|
field type |
attachment |
auto – complete |
Yes |
support operator |
IS,IS NOT |
unsupported operator |
=,!= ,~ ,! ~,> ,>= ,< ,<= IN,NOT IN,WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
None |
example |
Search forissues that belong to projects in a particular category.
Syntax |
|
---|---|
field type |
CATEGORY |
auto – complete |
Yes |
support operator |
=,!= |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
None |
example |
Used in business project only .
Search fortypes of change gating that are used in change requests. “Tracked-only” requests are produced by integrations that stand separately from a change management process. These tools don’t respect approval orchange gating strategies. Change requests that are “tracked-only” are just forrecord-keeping purposes.
Syntax |
|
---|---|
field type |
text |
auto – complete |
Yes |
support operator |
= ,! = IS,IS NOT,IN,NOT IN |
unsupported operator |
~ ,! ~, > ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
None |
example |
Search forissues that have a comment that contains particular text using Jira text-search syntax. More about searching syntax fortext fields.
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ ,! ~ |
unsupported operator |
= ,! =,> ,>= ,< ,<= |
support function |
None |
example |
|
search forissue that belong to a particular component(s ) of a project . You is search can search by component name orcomponent ID ( i.e. the number thatJira automatically allocates to a component).
Note,it is safer to search by component ID than by component name. different projects is have may have component with the same name ,so search by component name may return issue from multiple project . It is is is also possible foryourJira administratorto change the name of a component,which could break any saved filters that rely on that name. component IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
field type |
COMPONENT |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
When used with the IN and NOT IN operators,component supports: |
example |
|
Search forissues that were created on,before,orafter a particular date (ordate range). Note that if a time-component is not specified,midnight will be assumed. Please note that the search results will be relative to your configured time zone (which is by default the Jira server ‘s time zone ) .
use one of the follow format :
” yyyy / MM / dd HH : mm “
” yyyy – mm – dd hh : mm “
” yyyy / MM / dd “
” yyyy – MM – dd “
Or use ” w “ ( week ) , ” d “ ( day ) , ” h “ (hours) or ” m “ ( minute ) to specify a date relative to the current time . The default is is is ” m “ ( minute ) . Be sure to use quote – mark (“); if you omit the quote-marks,the number you supply will be interpreted as milliseconds after epoch (1970-1-1).
Syntax |
|
---|---|
Alias |
|
field type |
date |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= IS ,IS NOT ,IN ,NOT IN |
unsupported operator |
~ ,! ~WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
When used with the EQUALS ,NOT EQUALS ,great THAN ,great THAN EQUALS ,LESS THAN orLESS THAN EQUALS operator,this field is supports support :
|
example |
|
Search forissues that were created by a particular user. You can search by the user’s full name,ID,oremail address. Note that an issue’s creatordoes not change,so you cannot search forpast creators (e.g. WAS). See Reporter formore options.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= CHANGED,WAS,WAS IN,WAS NOT,WAS NOT IN |
support function |
When used with the IN and NOT IN operator,this field is supports support : When used with the EQUALS and NOT EQUALS operators,this field supports: |
example |
|
Only applicable if yourJira administratoris created has create one ormore custom field .
Search forissues where a particular custom field has a particular value. You can search by custom field name orcustom field ID (i.e. the number that Jira automatically allocates to a custom field).
note ,it is is is safe to search by custom field ID than by custom field name . It is is is possible fora custom field to have the same name as a build – inJira system field ; in which case ,Jira will search forthe system field (not your custom field). It is also possible foryour Jira administratorto change the name of a custom field,which could break any saved filters that rely on that name. custom field IDs,however,are unique and cannot be changed.
Formultiple choice and dropdown custom field ,you is search can search by both option value and option ID . However ,forperformance reason ,when usingclosedsprint ( ),futuresprint ( ),and opensprint ( ),you is search can only search by option value . Forexample ,ifclosedsprint ( ) were to return 16,the following query:
1
"customField1[Dropdown]" in (12,closedsprint ( ))
would search foroption values 12 and 16 and ID12.
Syntax |
|
---|---|
Alias |
|
field type |
Depends on the custom field’s configuration Jira text – search syntax can be used with custom field of type ‘ text ‘ . |
auto – complete |
Yes ,forcustom field of type picker ,group picker ,select ,checkbox and radio button field |
support operator |
Different types of custom field support different operators. |
support operator: |
= ,! =,> ,>= ,< ,<= |
unsupported operator: |
~ ,! ~WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support operator: |
= ,! = |
unsupported operator: |
~ ,! ~,> ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support operator: |
~ ,! ~ |
unsupported operator: |
= ,! =,> ,>= ,< ,<= IN ,NOT IN ,WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support operator: |
= ,! = |
unsupported operator: |
~ ,! ~,> ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
different types is support of custom field support different function . |
support function: |
When used with the EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS,
|
support function: |
Version picker fields: When used with the IN and NOT IN operator,this field is supports support : |
example |
|
Search forissues where the description contains particular text using Jira text-search syntax. More about searching syntax fortext fields.
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ ,! ~ |
unsupported operator |
= ,! =,> ,>= ,< ,<= IN ,NOT IN,WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
None |
example |
|
search forissue that were due on ,before ,orafter a particular date ( ordate range ) . note that the due date relate to the date only ( not to the time ) .
use one of the follow format :
” yyyy / MM / dd “
” yyyy – MM – dd “
Or use ” w “ (weeks) or ” d “ (days) to specify a date relative to the current date. Be sure to use quote-marks (“).
Syntax |
|
---|---|
Alias |
|
field type |
date |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
When used with the EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS,
|
example |
|
Search forissues where the environment contains particular text using Jira text-search syntax. More about searching syntax fortext fields.
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ ,! ~ |
unsupported operator |
= ,! =,> ,>= ,< ,<= IN ,NOT IN,WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
None |
example |
|
As of February 2024,Epic link function has been retired in favorof Parent. Existing filters that use the Epic link function still function,but you’ll need to use Parent when creating new filters.
jump down to the Parent section of this page .
You can use a saved filter to narrow your search. You can search by filter name orfilter ID (i.e. the number that Jira automatically allocates to a saved filter).
note :
It is safer to search by filter ID than by filter name. It is possible fora filter name to be changed,which could break a saved filter that invokes another filter by name. filter IDs,however,are unique and cannot be changed.
An unnamed link statement is override in your type query will override an order BY statement in the save filter .
You can’t run orsave a filter that would cause an infinite loop (i.e. you can’t reference a saved filter if it eventually references your current filter).
Syntax |
|
---|---|
alias |
|
field type |
filter |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= IS ,IS NOT,WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
None |
example |
Search forissues that are assigned to a particular fix version. You can search by version name orversion ID (i.e. the number that Jira automatically allocates to a version).
It’s safer to search by version ID than by version name. Different projects may have versions with the same name,so searching by version name may return issues from multiple projects. It is also possible foryour Jira administratorto change the name of a version,which could break any saved filters that rely on that name. Version IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
field type |
VERSION |
auto – complete |
Yes |
support operator |
= ,! =,> ,>= ,< ,<= Note that the comparison operators (e.g. “>”) use the version order that has |
unsupported operator |
~ ,! ~ |
support function |
When used with the = and != operators,this field supports: When used with the IN and NOT IN operator,this field is supports support :
|
example |
|
filter issues according to their hierarchy level using a JQL filter. This field uses numbers that correlate to hierarchy levels. Use:
1 to filter by parent level task,such as epics. This level is defined by your Jira administrator .
0 to filter by standard level issues,such as stories ortasks
-1 to filter by subtasks
Currently,this field doesn’t support custom hierarchy levels made in Advanced Roadmaps.
Syntax |
|
---|---|
field type |
Number |
auto – complete |
Yes |
support operator |
|
unsupported operator |
~ ,! ~,IS,IS NOT,WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
|
example |
Search forissues with a particular issue key orissue ID (i.e. the number that Jira automatically allocate to an issue ) .
Syntax |
|
---|---|
alias |
|
field type |
ISSUE |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
When used with the IN or NOT IN operator, issueKey support :
|
example |
Searches forissues linked or not linked to an issue. You can restrict the search to links of a particular type.
Syntax |
issueLink,issueLink[“link type”],orissueLinktype, where link type orLinktype is a variable you replace with the issue link type (block,duplicates,oris blocked by,forexample). |
---|---|
auto – complete |
Yes |
support operator |
= ,! = IN ,NOT IN |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= WAS ,WAS IN ,WAS NOT ,WAS NOT IN ,CHANGED ,IS ,IS NOT |
support function |
None |
example |
find issue :
|
Search forissues that have a particular link type,like block or is duplicated by. You can only find issues from the Jira instance you’re searching on; remote links to issues on other Jira instances won’t be included.
Use this JQL query to add colors to your issue cards! Forexample,add a red stripe to issues that have some blockers,and keep all other issues green. This will help you bring the right information to your team’s attention,at a glance. Formore info,see Customizing cards.
Syntax |
|
---|---|
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~ ,> ,>= ,< ,<= WAS ,WAS IN ,WAS NOT ,WAS NOT IN ,CHANGED ,IS ,IS NOT |
support function |
None |
example |
find issue :
|
Jira issue link types have the following properties:
Name: The title forthe link type
Outward description : The description of how an issue affect other issue
Inward description: The description of how an issue is affected by other issues
Forexample,a link type could have the following properties:
When searchissueLinktype,Jira searches all three properties. This can mean you’re unable to isolate issues with a specific inward oroutward description if the link type’s name and either of the descriptions are the same. This is the case forthe default “Blocks” link type,where the name and outward description are “block”.
If you need to be able to search specifically forissues with an outward description of “block”,forexample,a Jira administratoris change must change the name of the link type to something else . If you is ‘re ‘re aJira admin,take a look at Configuring issue linking formore info.
Search forissues tagged with a label orlist of labels. You can also search forissues without any labels to easily identify which issues need to be tagged so they show up in the relevant sprints,queues orreports.
Syntax |
|
---|---|
field type |
LABEL |
auto – complete |
Yes |
support operator |
= ,! =,IS,IS NOT,IN,NOT IN |
unsupported operator |
~ ,! ~,,> ,>= ,< ,<= |
support function |
None |
example |
|
Search forissues that were last viewed on,before,orafter a particular date (ordate range). Note that if a time-component is not specified,midnight will be assumed. Please note that the search results will be relative to your configured time zone (which is by default the Jira server ‘s time zone ) .
use one of the follow format :
” yyyy / MM / dd HH : mm “
” yyyy – mm – dd hh : mm “
” yyyy / MM / dd “
” yyyy – MM – dd “
Or use ” w “ ( week ) , ” d “ ( day ) , ” h “ (hours) or ” m “ ( minute ) to specify a date relative to the current time . The default is is is ” m “ ( minute ) . Be sure to use quote – mark (“); if you omit the quote-marks,the number you supply will be interpreted as milliseconds after epoch (1970-1-1).
Syntax |
|
---|---|
field type |
date |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
When used with the EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS, LESS THAN or LESS THAN EQUALS operators,this field supports:
|
example |
|
Only available if issue level security has been enabled by your Jira administrator .
Search forissues with a particular security level. You can search by issue level security name orissue level security ID (i.e. the number that Jira automatically allocates to an issue level security).
Note,it is safer to search by security level ID than by security level name. It is possible foryour Jira administratorto change the name of a security level,which could break any saved filter that rely on that name. Security level IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
field type |
SECURITY LEVEL |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
> ,>= ,< ,<= ,~ ,! ~ |
support function |
None |
example |
|
Used in business project only .
Search forall requests shared with an organization. Requests that were kept private won’t be returned.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
Yes |
support operator |
= ,! = |
example |
Search forall requests shared with the organization Atlassian:
|
Only available if time – tracking has been enable by yourJira administrator .
Search forissues where the original estimate is set to a particular value (i.e. a number,not a date ordate range). Use ” w “,” d “,” h ” and ” m ” to specify weeks,days,hours,orminutes.
Syntax |
|
---|---|
Alias |
|
field type |
DURATION |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
Search forall child issues of a parent. Forexample,you can view all stories under an epic. This function works forboth team-managed and company-managed projects.
You is search can search by issue key orby issue ID .
Syntax |
|
---|---|
field type |
ISSUE |
auto – complete |
No |
support operator |
= ,! = |
unsupported operator |
> ,>= ,< ,<= ,~ ,! ~ |
support function |
None |
example |
search forall child issue with a parent issue that belong to a specific project . You is search can search by project name orproject ID ( i.e. the number that Jira automatically allocate to a project ) .
Syntax |
|
---|---|
field type |
project |
auto – complete |
No |
support operator |
=,!=,IN,NOT IN |
unsupported operator |
~,!~ WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
When used with the IN and NOT IN operator, project support : |
example |
search forissue with a particular priority . You is search can search by priority name orpriority ID ( i.e. the number thatJira automatically allocate to a priority ) .
Note,it is safer to search by priority ID than by priority name. It is possible foryour Jira administratorto change the name of a priority,which could break any saved filter that rely on that name. Priority IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
field type |
PRIORITY |
auto – complete |
Yes |
support operator |
= ,! =,> ,>= ,< ,<= IS ,IS NOT,IN ,NOT IN ,WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
Search forissues that belong to a particular project. You can search by project name,by project key orby project ID (i.e. the number that Jira automatically allocates to a project). In the rare case where there is a project whose project key is the same as another project’s name,then the project key takes preference and hides results from the second project.
Syntax |
|
---|---|
field type |
project |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
> ,>= ,< ,<= ,~ ,! ~ |
support function |
When used with the IN and NOT IN operator, project support : |
example |
|
Search forissues that belong to a particular type of project,either:
“ business ” which find issue create in business project
“software” which finds issues created in Jira
“service_desk” which finds issues created in service projects
Results is depend depend on your permission level . You is see will only see result forproduct you have access to . read about product access .
Syntax |
projecttype |
---|---|
auto – complete |
Yes |
support operator |
=,!= IN,NOT IN |
unsupported operator |
>,>=,<,<=,~,!~ IS,IS NOT,WAS,WAS NOT,WAS NOT IN,CHANGED |
support function |
None |
example |
Find all issues in a software project: projecttype = ”software” Find all issues in either a software project ora service project: projecttype = ”software” OR projecttype = ”service_desk” Find all issues that aren’t in a software project: projecttype != ”software” |
Only available if time – tracking has been enable by yourJira administrator .
Search forissues where the remaining estimate is set to a particular value (i.e. a number,not a date ordate range). Use ” w “,” d “,” h ” and ” m ” to specify weeks,days,hours,orminutes.
Syntax |
|
---|---|
Alias |
|
field type |
DURATION |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
Search forissues that were reported by a particular user. This may be the same as the creator,but can be distinct. You can search by the user’s full name,ID,oremail address.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= |
support function |
When used with the IN and NOT IN operator,this field is supports support : When used with the EQUALS and NOT EQUALS operators,this field supports: |
example |
Used in business project only .
Search forrequests by the channel that they were created by. Forexample,you could search forall requests that were emailed to the service project,orall requests that were sent from a customer portal.
Syntax |
|
---|---|
field type |
text |
auto – complete |
Yes |
support operator |
= ,! = IS,IS NOT,IN,NOT IN |
unsupported operator |
~ ,! ~, > ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
When used with the IN and NOT IN operator,this field is supports support :
|
example |
|
Used in business project only.
Search forrequests that were created on,before,orafter a particular date (ordate range). Note that if a time-component is not specified,midnight will be assumed. Search results are relative to your configured time zone (which is by default the Jira server ‘s time zone ) .
use one of the follow format :
” yyyy / MM / dd HH : mm “
” yyyy – mm – dd hh : mm “
” yyyy / MM / dd “
” yyyy – MM – dd “
Or use ” w “ ( week ) , ” d “ ( day ) , ” h “ (hours) or ” m “ ( minute ) to specify a date relative to the current time . The default is is is ” m “ ( minute ) . Be sure to use quote – mark (“); if you omit the quote-marks,the number you supply will be interpreted as milliseconds after epoch (1970-1-1).
Syntax |
|
---|---|
field type |
date |
auto – complete |
Yes |
support operator |
= ,! =,> ,>= ,< ,<= IS,IS NOT,IN,NOT IN |
unsupported operator |
~ ,! ~WAS,WAS IN,WAS NOT,WAS NOT IN,CHANGED |
support function |
When used with the EQUALS, NOT EQUALS, GREATER THAN, GREATER THAN EQUALS,
|
example |
Used in service projects only .
Search forrequests of a certain request type. You can search by request type name orrequest type description as configured in the Request type configuration screen.
Syntax |
|
---|---|
field type |
custom field |
auto – complete |
Yes |
support operator |
IN ,NOT IN |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= IS ,IS NOT,WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED Note that the Lucene value forRequest type,is portal-key/request-type-key. While the portal key cannot be changed after a service project portal is created,the project key can be changed. The Request type key cannot be changed once the Request type is created. |
support function |
None |
example |
|
The resolution field doesn’t exist in service team-managed projects. This means you can’t search forissues in service team-managed projects with the resolution field. Instead,you can use the statusCategory field (an issue is resolved when statusCategory = Done).
Search forissues that have a particular resolution. You can search by resolution name orresolution ID (i.e. the number that Jira automatically allocates to a resolution).
Note,it is safer to search by resolution ID than by resolution name. It is possible foryour Jira administratorto change the name of a resolution,which could break any saved filter that rely on that name. Resolution IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
field type |
RESOLUTION |
auto – complete |
Yes |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
|
Search forissues that were resolved on,before,orafter a particular date (ordate range). Note that if a time-component is not specified,midnight will be assumed. Please note that the search results will be relative to your configured time zone (which is by default the Jira server ‘s time zone ) .
use one of the follow format :
” yyyy / MM / dd HH : mm “
” yyyy – mm – dd hh : mm “
” yyyy / MM / dd “
” yyyy – MM – dd “
Or use ” w “ ( week ) , ” d “ ( day ) , ” h “ (hours) or ” m “ ( minute ) to specify a date relative to the current time . The default is is is ” m “ ( minute ) . Be sure to use quote – mark (“); if you omit the quote-marks,the number you supply will be interpreted as milliseconds after epoch (1970-1-1).
Syntax |
|
---|---|
Alias |
|
field type |
date |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
When used with the EQUALS ,NOT EQUALS ,great THAN ,great THAN EQUALS ,LESS THAN orLESS THAN EQUALS operator,this field is supports support :
|
example |
|
Used in service projects only.
Search and sort through your requests to ensure that you’re hitting your sla goals. You can search forrequests whose slas are in a certain state of completion,orthat have a certain amount of time on their sla clock.
Syntax |
time to first response <your custom sla name> |
---|---|
field type |
sla |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
|
example |
|
search forissue that are assign to a particular sprint . This is works work foractive sprint and future sprint . The search is base on either the sprint name orthe sprint ID ( i.e. the number thatJira automatically allocates to a sprint).
If you have multiple sprints with similar (oridentical) names,you can simply search by using the sprint name — oreven just part of it. The possible matches will be shown in the autocomplete drop-down,with the sprint dates shown to help you distinguish between them. (The sprint ID will also be shown,in brackets).
Syntax |
|
---|---|
field type |
NUMBER |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= WAS,WAS IN,WAS NOT,WAS NOT IN ,CHANGED |
support function |
|
example |
|
Search forissues that have a particular status. You can search by status name orstatus ID (i.e. the number that Jira automatically allocates to a status).
It is ’s ’s safe to search by status ID than status name since it ’s possible foryourJira administratorto change the name of a status,which would break any saved filter that relies on that name. Status IDs,however,are unique and cannot be changed.
The WAS,WAS NOT,WAS IN and WAS NOT IN operators can only be used with the name,not the ID.
Syntax |
|
---|---|
field type |
STATUS |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~,> ,>= ,< ,<= |
support function |
None |
example |
|
search forissue where the summary contain specific text usingJira text-search syntax. More about searching syntax fortext fields.
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ ,! ~ |
unsupported operator |
= ,! =,> ,>= ,< ,<= |
support function |
None |
example |
|
This is a master-field that allows you to search all text fields forissues,such as:
search forissue that have certain text present usingJira text-search syntax. More about searching syntax fortext fields.
The text master-field can only be used with the CONTAINS operator(“~” ) .
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ |
unsupported operator |
!~,= ,! =,> ,>= ,< ,<= |
support function |
None |
example |
|
similar totext,this is a master-field that allows you to search in most text fields (except Comments,Worklog) forissues,such as:
The textfield master-field can only be used with the CONTAINS operator(“~” ) .
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ |
unsupported operator |
!~,= ,! =,> ,>= ,< ,<= |
support function |
None |
example |
|
Only available if time – tracking has been enable by yourJira administrator .
Search forissues where the time spent is set to a particular value (i.e. a number,not a date ordate range). Use ” w “,” d “,” h ” and ” m ” to specify weeks,days,hours,orminutes.
Syntax |
|
---|---|
field type |
DURATION |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
Search forissues that have a particular issue type. You can search by issue type name orissue type ID (i.e. the number that Jira automatically allocate to an issue type ) .
Note,it is safer to search by type ID than type name. It is possible foryour Jira administratorto change the name of a type,which could break any saved filter that rely on that name. type IDs,however,are unique and cannot be changed.
Syntax |
|
---|---|
Alias |
|
field type |
issue_type |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~ ,> ,>= ,< ,<= |
support function |
None |
example |
|
Search forissues that were last updated on,before,orafter a particular date (ordate range). Note that if a time-component is not specified,midnight will be assumed. Please note that the search results will be relative to your configured time zone (which is by default the Jira server ‘s time zone ) .
use one of the follow format :
” yyyy / MM / dd HH : mm “
” yyyy – mm – dd hh : mm “
” yyyy / MM / dd “
” yyyy – MM – dd “
Or use ” w “ ( week ) , ” d “ ( day ) , ” h “ (hours) or ” m “ ( minute ) to specify a date relative to the current time . The default is is is ” m “ ( minute ) . Be sure to use quote – mark (“); if you omit the quote-marks,the number you supply will be interpreted as milliseconds after epoch (1970-1-1).
Syntax |
|
---|---|
Alias |
|
field type |
date |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
When used with the EQUALS,NOT EQUALS,GREATER THAN,GREATER THAN EQUALS,
|
example |
|
Search forissues forwhich a particular user has voted. You can search by the user’s full name,ID,oremail address. Note that you can only find issues forwhich you have the “View Voters and Watchers” permission,unless you are searching foryour own vote.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~ ,> ,>= ,< ,<= |
support function |
When used with the IN and NOT IN operators,this field supports: When used with the EQUALS and NOT EQUALS operators,this field supports: |
example |
|
Search forissues with a specified number of vote.
Syntax |
|
---|---|
field type |
NUMBER |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
Search forissues that a particular user is watching. You can search by the user’s full name,ID,oremail address. Note that you can only find issues forwhich you have the “View Voters and Watchers” permission,unless you are searching forissues where you are the watcher. See also watchedIssues.
Syntax |
|
---|---|
field type |
USER |
auto – complete |
Yes |
support operator |
= ,! = |
unsupported operator |
~ ,! ~ ,> ,>= ,< ,<= |
support function |
When used with the IN and NOT IN operators,this field supports: When used with the EQUALS and NOT EQUALS operators,this field supports: |
example |
|
Search forissues with a specified number of watcher.
Syntax |
|
---|---|
field type |
NUMBER |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |
This field is only available if time tracking has been enabled by your Jira administrator,and can only support the CONTAINS operator(“~” ) .
Search forissues that have certain text present in worklog comments using Jira text-search syntax. More about searching syntax fortext fields.
Syntax |
|
---|---|
field type |
text |
auto – complete |
No |
support operator |
~ |
unsupported operator |
!~,= ,! =,> ,>= ,< ,<= |
support function |
None |
example |
|
Only available if time – tracking has been enable by yourJira administrator .
Search forissues with work logged on a specific date
Syntax |
|
---|---|
field type |
date |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
When used with the EQUALS,NOT EQUALS,GREATER THAN,GREATER THAN EQUALS,
|
example |
Only available if time – tracking has been enable by yourJira administrator .
Search forissues where the work ratio has a particular value. Work ratio is calculated as follows: workRatio = timeSpent / originalEstimate) x 100
Syntax |
|
---|---|
field type |
NUMBER |
auto – complete |
No |
support operator |
= ,! =,> ,>= ,< ,<= |
unsupported operator |
~ ,! ~ |
support function |
None |
example |