Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JSWCLOUD-22552

Unable to edit 'Custom data' field for Send Web Request in Automation for Jira

      Issue Summary

      Unable to edit 'Custom data' field for Send Web Request in Automation for Jira.

      Steps to Reproduce

      1. Create a new Rule or Open an existing Automation Rule.
      2. Add the Action Send web request.
      3. Select the Webhook body as Custom Data
      4. 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:

      1. Right-click on the field and chose the option Inspect
      2. 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>
      

            [JSWCLOUD-22552] Unable to edit 'Custom data' field for Send Web Request in Automation for Jira

            Works!
            Thanks

            Yasmin Shklovski added a comment - Works! Thanks

            Hello there,

            This problem should be fixed now. If you see some problems, please create a support ticket related to this at https://support.atlassian.com/

            Kind regards,

            Atlassian Cloud Support

            Heitor T (Inactive) added a comment - Hello there, This problem should be fixed now. If you see some problems, please create a support ticket related to this at https://support.atlassian.com/ Kind regards, Atlassian Cloud Support

            Still not working for us...

            Yasmin Shklovski added a comment - Still not working for us...

            Tim C added a comment -

            FYI. I've seen that this issue now seems to be okay for me today - even though no change to this ticket.

            Tim C added a comment - FYI. I've seen that this issue now seems to be okay for me today - even though no change to this ticket.

            Any news about this issue??

            Yasmin Shklovski added a comment - Any news about this issue??

            Thank you very much Daniel. You saved my day!

            Steven van Dieten added a comment - Thank you very much Daniel. You saved my day!

            Daniel Szewczyk added a comment - - edited

            The workaround is to use Inspect tool in your browser, find disabled field and remove 'disabled' flag from the HTML definition of this field:
            <textarea rows="10" class="textarea long-field long-field" name="customBody" id="customBody" disabled="">

            Field will become disabled again as soon as you start typing anything in this field, so the best way around is to copy-paste the content from a text editor/ notepad when you enable it again.

            Hope this helps anyone before Atlassian hires 5 developers to fix the issue by removing this one word from the code... 

            P.S. Another bug found - when adding comments here any image attachments will become broken... I have no words for the lack of quality of those products.

            Daniel Szewczyk added a comment - - edited The workaround is to use Inspect tool in your browser, find disabled field and remove 'disabled' flag from the HTML definition of this field: <textarea rows="10" class="textarea long-field long-field" name="customBody" id="customBody" disabled="" > Field will become disabled again as soon as you start typing anything in this field, so the best way around is to copy-paste the content from a text editor/ notepad when you enable it again. Hope this helps anyone before Atlassian hires 5 developers to fix the issue by removing this one word from the code...  P.S. Another bug found - when adding comments here any image attachments will become broken... I have no words for the lack of quality of those products.

              Unassigned Unassigned
              f8dac69712b5 Eshan Anchan
              Affected customers:
              11 This affects my team
              Watchers:
              17 Start watching this issue

                Created:
                Updated:
                Resolved: