I have a number of Confluence pages used to track projects which use the Jira Work Item element.
To show the number of JIRA tickets of a certain type/status/etc, I set the element to Inline. When you have 0, or more than 1 item, this element shows the number of matching JIRA tickets.
However, when there is only one matching JIRA ticket, it shows the full URL of the corresponding ticket.
Is there a way to force this element to show the number of JIRA tickets when it is 1?
P.
Hi there,
Here is an example configuration; the element is to be displayed as an "Inline link", and JQL is used:
project=ENT AND "fixVersion" = "Corda 4.13" AND Status = Done
In this case, the specified JQL query returns six issues, and the result looks like this, as expected:
However, if the query only returns one result, then rather than see "1 issue(s)", you instead see the URL of the single issue:
Also, after this, the JQL query of the element can no longer be edited. If you edit the element, you instead can only change the URL of the single issue.
This could be a Bug.
Might be worth to create an Atlassian Support issue and have them evaluate this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
Could you provide some more context by providing screenshots or the configuration of the macro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.