Versions Compared

Key

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

...

  1. Log in as a Jira 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 and then, select the Post Functions tab and click Add post function.

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

  5. If there are no pre-conditions, select Ignore preconditionunder “Precondition must be:”

  6. Select Within same Issueunder “Update field on all issues related as”.

  7. If you want the action to be performed as some other user, enter the user ID in “Perform As User:”.
    Note: Make sure this user has edit issues permissions on the issue.

  8. Select the target field (custom field type - Date picker or Date/Time picker) in “Issue Field:” and enter the below value in “Field Value:”.

    Code Block
    %%CURRENT_DATETIME%%
  9. Click Add.

  10. Publish your workflow.

...