There are 2 comments.
 
 
JIRA Components / cid:jira-generated-image-avatar-cdeb8bc1-60e7-49f1-8d4e-3a306c336ffc JIRA-86 Open

the jira macro can impact the availability of the jira instance it targets

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-281101e3-be15-4afe-b454-07d6b233a712 Manuel Leduc on 05/Aug/25 18:02
 

REST endpoint example

 $ curl -L -H 'Accept: application/json' https://jira.xwiki.org/rest/api/2/issue/XWIKI-1150\?fields\=summary,resolution,status | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   869    0   869    0     0   1651      0 --:--:-- --:--:-- --:--:--  1652
{
  "expand": "renderedFields,names,schema,operations,editmeta,changelog,versionedRepresentations",
  "id": "14633",
  "self": "https://jira.xwiki.org/rest/api/2/issue/14633",
  "key": "XWIKI-1150",
  "fields": {
    "summary": "With Javascript disabled, uploaded files get no name",
    "resolution": {
      "self": "https://jira.xwiki.org/rest/api/2/resolution/3",
      "id": "3",
      "description": "The problem is a duplicate of an existing issue.",
      "name": "Duplicate"
    },
    "status": {
      "self": "https://jira.xwiki.org/rest/api/2/status/6",
      "description": "The issue is considered finished, the resolution is correct and has been pushed to production. Issues which are not closed can be reopened.",
      "iconUrl": "https://jira.xwiki.org/images/icons/statuses/closed.png",
      "name": "Closed",
      "id": "6",
      "statusCategory": {
        "self": "https://jira.xwiki.org/rest/api/2/statuscategory/3",
        "id": 3,
        "key": "done",
        "colorName": "success",
        "name": "Done"
      }
    }
  }
}
 
cid:jira-generated-image-avatar-a15f3823-2625-4200-98cd-6b5f5fed1e66 Thomas Mortagne on 05/Aug/25 18:11
 

See more details on: