Versions Compared

Key

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

You can retrieve the Google place_id that has been set for each of your Fancy Fields.

The Google place_id is set for each Fancy Field on a Jira issue when the issue is created and each time the address is updated.

ENDPOINT

Code Block
 GET 
Code Block
/rest/api/2/issue/{issue key}/properties/customfield_XXXXX-place_id

RESPONSE

Code Block
{
    "key": "customfield_10600-place_id",
    "value": {
        "place_id": "ChIJ1y0qPVGxQYgR2BZZZBTvquA"
    }
}

Page Properties
hiddentrue
idrestapi