Page tree
Skip to end of metadata
Go to start of metadata

Introduction

This post function allows you to set a field value to a given value. For example, this post function can be used in the following scenarios:

  • Set a field value based on a constant stored in a workflow.
  • Store transition data in an issue field (Jira doesn't store transition data itself).
Element summary
Status
CURRENT
Version compatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0

Post function parameters

 This post function takes the following parameters:

  • Field - a list of Jira standard and custom fields. This is a source of value.
  • Add source value(s) to destination field - ticking this option will add missing options to a destination custom field (if it's dictionary-based) or append a source text to an existing destination field value.
  • Set issue field value - a condition to check on a destination field.
    • Always.
    • Only if empty.
    • Only if not empty.
  • Text value/Option value - a desired field value after a post function execution.

Example of use

  • No labels