Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/2/issue/{issueIdOrKey}' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' 
Panel
panelIconId2edcc3a5-76c7-4afe-b4db-51a58d82e866
panelIcon:script-runner:
panelIconText:script-runner:
#DEEBFF
bgColor
Info

Check an example implementation with ScriptRunner for Jira (Cloud)

...