User Mention macro gives you the ability to mention users in Confluence page.

note

Example

Example

type key summary

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Issue Selection

There are multiple ways to build the JQL that presents issues in a Jira issue filter that open versatile possibilities of use cases

Current Issue

Current issue running on workflow

JQL

JQL allows you to create a dynamic JQL query that adapts to any use case, by allowing to add variables to your JQL. These variables include a set of system fields and customfields.

You may add add variables to your JQL by choosing the Add Variable which would present all system and customfields

Once you chosen the variable it would be injected to the JQL above.

note

Example

Let’s say you would like your JQL to include in all tasks within an epic and the epic is the current issue

type = Task and “Epic Link” = $issue.getValue(“key“)

Example

Let’s say you would like your JQL to include in all tasks within an epic and the epic is the current issue

type = Task and “Epic Link” = $issue.getValue(“key“)

After you set up your dynamic or static JQL you may try it by Clicking on Test

Choose the designated Issue and look at the result

This is powered by Apache Velocity Templates, so you may use if statements and many more customization as you can find documentation on Apache Velocity Template in here

Parent & Subtasks

  • From parent to subtasks ( includes all subtasks )

  • Fom subtask to Parent ( includes parent of subtask )

Epic

  • From epic to issues ( includes all issues in epic )

  • Fom issues to epic ( includes epic of issue )

System and custom links will show where you may include one of the following

  • Out Link

  • In Link

  • Both inward links and outward links

Display Options

These display option are identical to the display options displayed in Confluence when adding Jira Macro. It allows you to specify which fields would be present during the execution of this action

Visible Columns

When clicking on visible columns the system will display a list of all the system and custom fields in Jira, which would be visible during the macro creation

Maximum Issues

This is a number of field to limit the number of issues displayed in the table when the macro is created

  • No labels