Make OKR data available in JQL through Jira issue properties
Background
At times, as a Jira user, one may want to search for Jira issues that are associated with UpRaise objectives as KR or with KRs as KR actions. Or easily see a consolidated list of linked Jira tickets (as a KR or a KR action) through Jira’s native JQL search.
To support this feature we have introduced a new family of issue properties with the property key - UpraiseOKR. Whenever a Jira ticket is linked to an objective (as a KR) or to a KR (as a KR action), system will store relevant information of the parent objective/KR against the corresponding issue property for that Jira ticket.
You can now enable this feature on your UpRaise instance. Read Make OKR data available in JQL through issue properties. This configuration can be enabled only by UpRaise admins.
Issue properties
Below are the issue properties that are introduced under the property key - UpraiseOKR. In the table below, you can refer to the JQL syntax and how to use each property.
Please notice in all the syntaxes and examples we have used issue.property[upraiseokr].<property1> AND issue.property[upraiseokr].<property2>.
Property | Use of the property | Syntax |
---|---|---|
linkType |
|
|
parentObjId |
|
|
parentObjTitle |
|
|
parentObjOwner |
|
|
parentKRId |
|
|
parentKRTitle |
|
|
parentKROwner |
|
|
objCycleTitle |
|
|
Use cases and examples
Here are some use cases and examples to show how each of the issue properties will be used in the JQL search. Please note the examples are just for your reference, you can try any JQLs as you use in Jira. However, it is important to understand and properly specify UpRaise issue properties to get the required results.
Issue property | Use Cases | Sample JQL |
---|---|---|
linkType |
|
|
|
| |
parentObjId |
|
|
|
| |
parentObjTitle |
|
|
|
| |
parentObjOwner |
|
|
|
| |
parentKRId |
|
|
parentKRTitle |
|
|
parentKROwner |
|
|
objCycleTitle |
|
|
|
| |
|
|
Please note, this feature is not applicable for Jira issue KRs (via JQL) as clicking on the Jira issue KRs (via JQL) title from UpRaise itself will direct you to the list of issues.