atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Assets REST API #1383

Open rmoreiraZoi opened 1 month ago

rmoreiraZoi commented 1 month ago

Hi

I am trying to create assets in JIRA does this library provide any wrapper around the Assets REST API ?

Bertsjuhn commented 1 month ago

Yes, it was called Insights before the rename to Assets. Check the examples at: https://github.com/atlassian-api/atlassian-python-api/tree/master/examples/insight

ksbckr commented 3 weeks ago

Yeah but the URL paths have changed. They have been renamed to assets which means that this is probably broken.

rmoreiraZoi commented 6 days ago

From my testing it seems that it's indeed broken, the correct URL path needs to be rest/assets/ instead of rest/insight/ I would say