Webhook :: Get Webhook Data Components

Summary

Takes in a webhook body string and returns the most common, basic data components from the JSON string

Action Inputs

Label
Name
Type
Mandatory
Description

Webhook Data

webhook_data

String

No

The webhook body JSON string

Action Outputs

Label
Name
Type
Mandatory
Description

Log

log

String

No

Any logging information that was generated during the scheduling process

Success

success

True/False

No

Operation executed without errors

Error Message

error_message

String

No

Any error messages encountered in the process

Timestamp

timestamp

String

No

Webhook Event

webhook_event

String

No

Issue Event Type Name

issue_event_type_name

String

No

Account ID

account_id

String

No

User Display Name

user_display_name

String

No

User Name

user_name

String

No

Issue ID

issue_id

String

No

Issue Key

issue_key

String

No

Issue URI

issue_uri

String

No

Issue Type ID

issue_type_id

String

No

Issue Type Name

issue_type_name

String

No

Issue Project ID

issue_project_id

String

No

Issue Project Name

issue_project_name

String

No

Issue Priority ID

issue_priority_id

String

No

Issue Priority Name

issue_priority_name

String

No

Issue Status ID

issue_status_id

String

No

Issue Status Name

issue_status_name

String

No

Comment ID

comment_id

String

No

Comment URI

comment_uri

String

No

Comment Author Account ID

comment_author_account_id

String

No

Comment Author Name

comment_author_name

String

No

Comment Author Display Name

comment_author_display_name

String

No

Comment Body

comment_body

String

No

Change Log ID

changelog_id

String

No

Change Log Items

changelog_items

String

No

Issue Summary

issue_summary

String

No

Issue Description

issue_description

String

No

Notes

  • This action belongs to the JIRA Framework Logic category.

  • This action returns 30 output(s) that can be used in subsequent flow steps.

Example Usage

Example 1: Basic Usage

This example demonstrates how to use the action with typical inputs.

Input:

Output:

In this example, the action processes the provided inputs and returns the appropriate outputs. The actual values returned will depend on the specific functionality of this action and the input values provided.