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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction


This post function allows you to set issue field value based on another field value from current issue or its parent. This post function can be used for example in following scenarios:

  • Update subtasks resolution with parent issue resolution
  • Copy old description to another searchable field
  • Update subtasks environment with parent environment
Element summary
StatusCURRENT
Version compatibility6.0.1 - Latest
SupportedYes
Introduced in version1.0.0

Post function parameters

 Post function takes following parameters:

  • Source Field - list of JIRA standard and custom fields. This is source of value. You can choose field from current issue or it parent (if exists)
  • Destination Field - field to be updated. You can also update subtask/parent field
  • Add source value(s) to destination field - ticking this option will add missing options to destination custom field (if it's dictionary based) or append source text to existing destination field value.
  • Copy to destination field - condition to check on destination field

Please note that this post function do simple check to determine if copying for some types of fields is possible. If the check fails you will see message after adding the post function.

This will occur e.g. when you try to copy current assingee to "due date" field.

Example of usage

  • No labels