...
Expand | ||
---|---|---|
| ||
Using Rovo to Create LeaderboardsA Leaderboard is a component that rolls issues up by manager and slices them by another dimension. By default, the values in a leaderboard are issue counts, but that can be changed to another statistic (e.g., Story Points, Average Days Late, Max Days Late, etc.) To add a leaderboard to an existing report, type something like this into the OrgJQL Assistant chat:
Rovo will response with a new link that has the leaderboard in it. Clicking on a pie slice or cell will select all issues in that go into that. These will be highlighted in orange. If some but not all issues in an element are selected, the label will be shown in italics: All selected issues are indicated in the sidebar Clicking on this control brings up the Issue Table: |
Expand | ||
---|---|---|
| ||
Using Rovo to Create Issue GraphsIssue Graphs show the critical path for a set of issues that are linked by “blocked on” relationships and which have time estimates. To add a leaderboard to a report, type something like this for any of the linked issues:
NOTE: OrgJQL traverses the graph by pulling prerequisite and dependent issues in steps. Picking an issue in the center of the issue graph will cut the traversal time in half. Selecting a manager will drills down into the Issue Graph for that manager. For instance, if we select “Leo Moore”, we’ll see this: Issues can be selected by clicking on a node or by selecting issues in the issue table: |
Administration
Expand | ||
---|---|---|
| ||
Review JQL ExecutionsIn this section, we'll go over how to view and manage OrgJQL executions. These "expansions" are stored by Jira for performance, but they are updated when issues are created or updated or when org data is changed. You can also force update any or all OrgJQL executions here. Background on JQL ExecutionsWhen a JQL function is executed, it expands into a JQL fragment that is substituted into the query. Jira stores these expansions in a pre-computations database to improve performance. The expansions for OrgJQL are listed in the table of the “Review JQL Executions” page. Searching for clausesYou can filter the table by clauses: Refreshing expansionsYou can click on the “Refresh” control for each clause to force update an expansion: When are Precomputations Updated?The following trigger OrgJQL precomputation updates:
The refresh job is asynchronous and runs from a queue, so only one job is ever running at a time. NOTE: Precomputations are only updated if their values have changed. Stopping a Precomputation Refresh JobYou can stop a running precomputation job by clicking “Force Stop”: |
...