> For the complete documentation index, see [llms.txt](https://docs.yansalabs.com/jira-integration-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yansalabs.com/jira-integration-framework/technical-docs/spoke-actions/additional-information-payload-add-attribute-1.md).

# 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.
