Atlassian · Example Payload

Atlassian Atlassianmigratequeries Example

CodeCollaborationPlatformProductivitySoftware Development

Atlassian Atlassianmigratequeries Example is an example object payload from Atlassian, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "atlassianMigratequeries",
  "method": "POST",
  "path": "/rest/api/3/jql/pdcleaner",
  "summary": "Atlassian Convert User Identifiers To Account Ids In Jql Queries",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "queryStrings": [
          "assignee = mia",
          "issuetype = Bug AND assignee in (mia) AND reporter in (alana) order by lastViewed DESC"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": "{\"queriesWithUnknownUsers\":[{\"convertedQuery\":\"assignee = unknown\",\"originalQuery\":\"assignee = mia\"}],\"queryStrings\":[\"issuetype = Bug AND assignee in (abcde-12345) AND reporter in (abc551-c4e99) order by lastViewed DESC\"]}"
    }
  ]
}