Uploaded image for project: 'Jira Service Management Cloud'
  1. Jira Service Management Cloud
  2. JSDCLOUD-13897

Jira Edge Connector from Automation should follow the Utility Argument Syntax convention

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      As per the Utility Argument Syntax convention

      Each option name should be a single alphanumeric character (the alnum character classification) from the portable character set. The -W (capital-W) option shall be reserved for vendor options.

      Multi-digit options should not be allowed.

      The first - argument that is not an option-argument should be accepted as a delimiter indicating the end of options. Any following arguments should be treated as operands, even if they begin with the '' character.

       

      Current behavior: The action will execute the filepath like this:
      /shared/username.sh -payload {"actionType":"custom",....}

       

      Expected behavior: Following the convention, the payload should be sent as

      /shared/username.sh  --payload {...}

       

      Attachments

        Activity

          People

            cf519847cddd Pawan Agrawal
            91ab64c19c3b Alejandro Scuncia
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: