Linked Issues Listeners provide synchronization between issues linked with Jira issue links. 

A sample Linked Issues Listener Configuration page is shown below.

     


Settings

Listener Name

Provide a unique name to the listener.

Active

Check this checkbox if you want to enable the listener. If unchecked, the listener will simply will not respond to changes on any issues.

Project Name

Choose the Jira Projects in which the listener will respond to events. 

Issue Types

Choose the issue types on which the listener will respond to events or sync values to. 

Source Issue Jql (Optional)

Source issue is the issue that the update is made on and the event is fired on. 

If entered, the listener will only act on events on issues that match the given JQL.

Since any valid JQL can be used, Source Issue JQL setting provides great flexibility to filter source issues.

Target Issue Jql (Optional)

Target issues are the issues that are linked to the source issue with one of the selected link types.

If entered, the listener will only sync values to issues that match the given JQL.

Since any valid JQL can be used, Target Issue JQL setting provides great flexibility to filter target issues.

Link Types

Choose issue link types that the listener will follow on source issue when finding target issues.

Link Direction

Choose the link type direction (Inward, Outward or Both) that the listener will follow on source issue when finding target issues.

Fields

Choose fields to be synchronized between issues. Both system and custom field types are supported.

Field Sync copies field values between issues without resolving to contents of the field. Some complex custom field types introduced by plugins might not be compatible with simple value copy.

Sync on Create

If selected, field values will be synced between linked issues according to sync direction when an issue is first created with a link. If no issues are found in the configured link direction and there is only one in the opposite direction, values are synced in the opposite direction and the newly created issue is updated.

Sync on Move

If selected, field values will be synced between linked issues according to sync direction when an issue is moved from one project to another (If the sync direction is Bidirectional, syncs values in the Inward direction).

If not selected, listener will not respond to move events but sync might still occur since an update event might also be fired if fields are updated in the process.

If selected, field values will be synced between issues according to sync direction when issues are first linked.

If not selected, the listener will not respond to link events.

Allow sync on not editable issues

Check this checkbox if you want the listener to ignore "jira.issue.editable = false" property of workflows and update not editable issues.



Please do not forget to click Save Settings button after finishing your configuration.



  • No labels