Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to Jira as an Admin and go to the workflow that is associated with your project and issue type.

  2. In the workflow, click Edit to switch to Edit mode.

  3. Select the desired transition, select the Post Functions tab and then click Add post function.

  4. Select Update Any Issue Field (JSU) and click Add.

  5. Click on Add Precondition and add then click Add for the JQL Precondition.

  6. Configure the precondition as below:

    JQL:

    Code Block
    languagejava
    key = {issue.key} and assignee in membersOf("dev-team")

    Replace dev-team with the desired group name.

  7. Set the parameters of the post function as follows:

    1. Select Set the “Preconditions must be” as to True.

    2. Select Set “Update field on all issues related as” as Within same Issue.

    3. Issue Field: select Select the target field here.

    4. Choose the desired user in “Perform As User:”. Make sure this user has edit issues permissions on the issue.

    5. Field Value: Add Enter the desired value herefor the field.

  8. Click Add.

  9. Publish the workflow.
    The JSU

...

  1. post function

...

  1. summary displays:

...

Info

It is recommended to recommended that you test this scenario in a non-production environment before implementing it in a production environment.