What is the JQL of issueType = Research? <-- That doesn't work.

Brittney Johnson April 12, 2016
 

2 answers

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2016

If the issue type is called "Research", then issueType = Research should do it.  If it's called "Research?", then you'll need quotes because of the ?.  So,8issueType = "Research?" will get it.

Ignacio Pulgar
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 Leaders.
April 13, 2016

+1'ed

0 votes
Ignacio Pulgar
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 Leaders.
April 13, 2016

Besides of Nic's correct point, mind the following:

  • If the Research type is being suggested before you finish typing it (ie: type = Rese...), that's a good sign of that issue type existing with that name.
  • If you have selected the Research type from the suggested issue type names, the fact that no issues are being retrieved may mean that no issues of type Research have been created yet.
  • If Research is not being suggested as an issue type, it's likely that the issue type doesn't exist with that exact spelling. Look for it here:
    https://YOURS.atlassian.net/secure/admin/ViewIssueTypes.jspa

You can create a new issue type from the above link, by clicking on the 'Add issue type' button from the top-right corner.

Suggest an answer

Log in or Sign up to answer