Error formatting macro: appfire-confluence-analytics: java.lang.NullPointerException: Cannot invoke "com.atlassian.confluence.xhtml.api.MacroDefinition.getMacroId()" because "macroDefinition" is null
Skip to end of banner
Go to start of banner

Workflow Post Functions

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

« Previous Version 5 Next »

On this page

Introduction

Jira Workflow post functions carry out any additional processing required after a transition is executed, such as:

  • updating an issue's fields
  • generating change history for an issue
  • adding a comment to an issue
  • generating an event to trigger email notifications

Create On Transition for Jira provides you with two very powerful post functions:

  1. Create Issue - Allows you to create one or more Issues when a post function is processed.
  2. Create Sub-Task - Creates one or more sub-tasks associated with the original issue or its parent when a post function is processed.

Explore the Create Issue Post Function

Let's take a closer look at Create Issue


  • No labels