Hey there,
We have the salesforce addon in our Jira Cloud, and we are trying to get an issue's salesforce link if exists via the rest API (we are using Python Sdk.
Of course we can call the API directly if need be. Is there an API call that will give me the addon fields?
Thanks ahead,
Uri
Hi @Uri Shalit ,
which application exactly have you installed - is it this one?
Do you know how exactly is the URL stored? If the native URL custom field is used, it should be available.
Yes it is that application.
I am not sure what you mean by how exactly is the url stored? Is it a configuration in the app?
It is not in any of the custom fields I get in the API, furthermore it is not part present in the custom fields in the admin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Uri Shalit ,
these sort of applications usually have some global configuration and then some information stored for each issue. Sometimes these applications use Jira's native custom fields for storing information to issues (then their values could be obtain via Jira's REST API) and sometimes not, which means application needs to provide it's own REST API to be able to get to those data.
I wasn't able to find anything about REST API in the application's documentation, so I think it is not possible to get the link you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.