Additional Information Payload :: Add Attribute

Summary

Add a new attribute to the Issue's "Additional Information" Payload JSON String

Action Inputs

Label
Name
Type
Mandatory
Description

Existing Payload

existing_payload

String

No

The current issue body that is going to be modified (optional)

Attribute Name

attribute_name

String

No

The name of the attribute as it will be included in the Issue Body Payload. If there are "." characters in the attribute name, then the action will treat it as object dot notation and will traverse the Issue Body accordingly.

Value

value

String

No

The value that will be set on the attribute that was specified within the Issue Body payload

Value Type

value_type

Choice

No

String or JSON. If JSON, it will treat the value as an object.

Action Outputs

Label
Name
Type
Mandatory
Description

Action Status

action_status

String

No

Success

success

True/False

No

True/False indicating if the action experienced any error

Don't Treat as Error

dont_treat_as_error

True/False

No

New Payload

new_payload

String

No

The modified payload string

Error Message

error_message

String

No

If there was an error, the message will be contained here

Notes

  • This action belongs to the Helpful Actions category.

  • This action returns 5 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.