Get jira Webhook via API for the expired webhook

hey Jira Cloud and API folks,

  1. Get-webhook api, https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-get
    if a webhook expires, will the API call still receive the response json body as shown in in the doc

  2. can an expired webhook be extended?
    https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-refresh-put

  3. Any suggestions to parse the expirationDate format:
    {
    “expirationDate”: “2019-06-01T12:42:30.000+0000”
    }

Thanks,

Hi @TeamCoze ,

  1. Yes, expired webhooks should be returned, so you know which ones are to be refreshed.
  2. Yes, when you call the refresh API with specified IDs, the selected expired dynamic webhooks will be available for the next 30 days.
  3. I’m not sure how to help with this one. This is a time zone format.
2 Likes