Versions Compared

Key

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

This is the documentation of JSU for Jira Cloud. If you are using JSU on Jira Server or on Jira Data Center, see our JSU Server/Data Center documentation.

...

Description

The Clear Field Value’Value post function clears the specified field after a completed transition has been completed. This can be a system or a custom field. The field can be on the issue in transition(within the same issue) or on a related issue, such as a subtask, a linked issue, or an issue within an Epic (during the transition on the Epic). For example, if an issue is moved to re-open, you might want to clear the fix version or due date so new values can be entered.

...

You can add any number of fields to be cleared. Select the Add button + to add additional fields to your configuration. In the example below, the ‘Flagged’ Flagged and ‘Due Date’ Due Date fields will be cleared following the transition.

...

Precondition

If you are using preconditions with a JSU post function, they can be evaluated in the following ways:

...

Several of JSU's workflow post functions have the option to define the scope of related issues. For example, instead of copying you can copy a field within an issue during a post function , you can choose to copy it to a subtask instead of copying it.

Related issues are identified by one of the following Jira concepts:

  • Issue link: You can define the link type to define which issues will be modified by the operation. If the post function includes the link type is ANY option, the operation will be performed on any linked issues.

  • Parent / Sub-Task: The related issue is either a parent or a subtask of the issue.

  • Epic / Issue in Epic: The other issue is either an epic related by an epic link, or it is part of an epic. This is only applicable if you have Jira Software installed.

  • JQL: A JQL query will be executed to retrieve the issues that the post function will modify. You can use some placeholders in the JQL query, which will be replaced with the current field values of the issue in transition. For tips on writing the JQL query, see JQL Reference or our JQL Use Cases for some examples.

...

Include Page
Perform As User
Perform As User

...

Related pages