HTTP Request Workflow Function Plugin

for Jira Server 5.0 - 8.20.22 and more
122 installs
  • Unsupported

As we continue to move towards a cloud future together, new server app sales and installs are no longer available for customers. You can update app version via Atlassian Marketplace until the end of support for server on Feb 15, 2024. Learn more

Fire parameterized HTTP Requests on Workflow Transitions

Integration in the Workflow Editor

Add and configure multiple http-request-functions to your workflow transitions with ease.

Read more ...

Multiple Placeholders

Use placeholders to pass important information to other systems.

Placeholders available: assignee, reporter, issue creation date, issue description, due-date, issue key, project key and the issue's summary.

Read more ...

Supports multiple Jira versions

The plugin supports a variety of different Jira versions from Jira 5 to the latest versions.

Read more...

More details

This plugin adds a configurable postprocessing workflow function to a Jira instance that is able to pass workflow specific parameters in a HTTP request to a specified target host.

It is possible to configure a specific target URL and add custom parameters from the issue affected by the workflow transition.

In addition you're able to select which method to use for the HTTP request.

Placeholders currently available:

  • %ISSUE_ASSIGNEE%- The assignee's name
  • %ISSUE_CREATED%- The issue's creation date
  • %ISSUE_DESCR%- The issue description
  • %ISSUE_DUE%- The issue's due date
  • %ISSUE_KEY%- The issue key
  • %PROJECT_KEY%- The project key
  • %ISSUE_REPORTER%- The reporter's name
  • %ISSUE_SUMMARY% - The issue's summary

Supported HTTP Methods:

  • GET (default)
  • POST
  • DELETE

Read more ...

Privacy and security

Privacy policy

Atlassian's privacy policy is not applicable to the use of this app. Please refer to the privacy policy provided by this app's partner.

Partner privacy policy

Security

This app is not part of the Marketplace Bug Bounty program. Learn more

Resources

Gallery

Adding the post processing function to a workflow.