Skip to main content

Jira Count

This fence component allows to insert a counter of the issues found as result of a jira query.

jira-count1

This component may be used to monitor the progress of a project or to display statistics on a dashboard note.

Example:

```jira-count
project = REF AND status changed to (Done, "Won't Fix", Archived, "Can't Reproduce", "PM Validated") after -14d
```

Advanced usage

It is possible to specify additional attribute to this component

KeywordDescriptionDefaultValues
queryQuery to use with Jira to retrieve the resultsstring
labelMessage to write near the counter'Count'string
accountExplicitly select an account providing the aliasTry all account by priorityAccount alias

Example:

```jira-count
query: status = 'In Progress' order by priority DESC
label: Issues to complete
account: Default
```