Page tree

Versions Compared

Key

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

Introduction

This post function allows you to set a field value to a given value. For example this , 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
Status
colourGreen
titleCurrent
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