-
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
-
[JSWCLOUD-22552] Unable to edit 'Custom data' field for Send Web Request in Automation for Jira
Component/s | Original: Jira Platform - Automation [ 60591 ] | |
Component/s | New: Automation [ 68402 ] | |
Key |
Original:
|
New:
|
Project | Original: Jira Cloud [ 18514 ] | New: Jira Software Cloud [ 18511 ] |
Labels | New: Automation_Move_JSW |
Remote Link | New: This issue links to "Page (Confluence)" [ 538177 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Short Term Backlog [ 12074 ] | New: Closed [ 6 ] |
Support reference count | Original: 7 | New: 11 |
Remote Link | New: This issue links to "Page (Confluence)" [ 517764 ] |
Due Date | New: 29/Dec/2020 |
Priority | Original: Medium [ 3 ] | New: High [ 2 ] |
Description |
Original:
h3. Issue Summary
Unable to edit 'Custom data' field for Send Web Request in Automation for Jira. h3. 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. h3. Expected Results The custom data field should be enabled and editable. h3. Actual Results The custom data field is disabled and cannot be edited. h3. 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. {code} <textarea rows="10" class="textarea long-field long-field" name="customBody" id="customBody" disabled=""></textarea> {code} |
New:
h3. Issue Summary
Unable to edit 'Custom data' field for Send Web Request in Automation for Jira. h3. 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. h3. Expected Results The custom data field should be enabled and editable. h3. Actual Results The custom data field is disabled and cannot be edited. !Screenshot 2020-11-27 at 3.25.06 PM.png|thumbnail! h3. 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. {code} <textarea rows="10" class="textarea long-field long-field" name="customBody" id="customBody" disabled=""></textarea> {code} |
Description |
Original:
h3. Issue Summary
Unable to edit 'Custom data' field for Send Web Request in Automation for Jira. h3. 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. h3. Expected Results The custom data field should be enabled and editable. h3. Actual Results The custom data field is disabled and cannot be edited. h3. Workaround Currently, there is no known workaround for this behavior. A workaround will be added here when available |
New:
h3. Issue Summary
Unable to edit 'Custom data' field for Send Web Request in Automation for Jira. h3. 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. h3. Expected Results The custom data field should be enabled and editable. h3. Actual Results The custom data field is disabled and cannot be edited. h3. 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. {code} <textarea rows="10" class="textarea long-field long-field" name="customBody" id="customBody" disabled=""></textarea> {code} |