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 6 Next »

STEP-1

Go to Jira project configuration ** In Workflows tab Click EDIT Icon.

In Post Functions tab section, Click Add Post Function.

STEP-2

Choose HTTP Request API Invoke Function and Click Add.

STEP-3

Configure Post Function and Click Add.

Here is example to use Issue fields in JSON payload:

{
 "tracking": "{issuekey}",
 "team": "{customfield_10201}",
 "customer": "{customfield_10200}",
 "release": "{fixversions}",
 "owner": "{assignee}"
}

Note. You can find custom field ID at, Issues > Custom Fields > Click Edit > You will find in URL.

summary, description, key or issuekey, type or issuetype, status, priority,
components, labels, fixversions, affectsversions, assignee,
reporter, environment

STEP-4

Review and Click Publish.

STEP-5

Transition Issue and verify if HTTP Request triggered with response notification in issue comment.

  • No labels