-
Bug
-
Resolution: Fixed
-
High
-
11
-
Minor
-
Issue Summary
Unable to edit 'Custom data' field for Send Web Request in Automation for Jira.
Steps to Reproduce
- Create a new Rule or Open an existing Automation Rule.
- Add the Action Send web request.
- Select the Webhook body as Custom Data.
- The custom data field is disabled and cannot be edited.
Expected Results
The custom data field should be enabled and editable.
Actual Results
The custom data field is disabled and cannot be edited.
Workaround
You can use the browser inspector do make the field editable, as described below:
- Right-click on the field and chose the option Inspect
- In the element as described below, remove the disabled clause and hit the "Enter" key on your keyboard.
<textarea rows="10" class="textarea long-field long-field" name="customBody" id="customBody" disabled=""></textarea>
- is duplicated by
-
JSWCLOUD-22542 The "Custom data" field in "Send web request" cannot be edited
- Closed