Project URL Attribute missing in Webhook and API Payload

A while Ago there was a extra Field added to the “Project” Properties, where we can input a URL for a project, which then shows up as a clickable Link in the Project overview. - This is very neat and handy for web Agencies like us.

Now i would like to use retrieve that Information to use it in my Application. But i noticed that it is not included in the data payload, that is sent with the webhook call. ( project_updated/ project_created)

Is there any chance that field is going to be added to the Webhook payload any time soon? - Or does anyone know of another way to retriev that Field. - I couldn’t find any information about it in the REST API Docs either.

Hi @MichaelHfliger,

It shows up as a field named url in the response to the get project API.

I don’t think we would want to add this field to the webhook payload though.

Regards,
Dugald

@dmorrow Thanks for the quick reply!

Are you sure this is it?
The sample Data in the API Docs suggests that this is the URL to the Project overview on Jira. - That’s not what i am looking for.

"url": "https://your-domain.atlassian.net/browse/EX",

Alright i’ve tested this with our Live Data now. - I am getting the URL thourgh the mentioned API Field and it works.
Although i still find the Example Data a bit misleading. Something like

"url": "https://www.example.com",

in that example would make it more clear.

1 Like

Hi @MichaelHfliger,

Yes - that might be a better URL for the example. I’ll see if I can change this.

Regards,
Dugald