Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

ENDPOINT

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

RESPONSE

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

  • No labels