Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

The integrations between DAM and Jira

Avatar

Level 4

Hi all,
    As the beginner, are there any guides on the integrations between DAM and Jira, please? Such as:
        1. how to access Jira rest api from DAM? Is there any DAM native integration?
        2. are there some DAM rest api which can be accessed from Jira? Besides rest api, are there any other options on how AEM/DAM provides the access for third part tools?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Please check this article: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/ 

JIRA provides rest api & AEM is rest based. 

Here's some more discussion on the same topic: https://community.atlassian.com/t5/Confluence-discussions/integration-with-Digital-Asset-Management-...

 

Hope this helps.

 

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Please check this article: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/ 

JIRA provides rest api & AEM is rest based. 

Here's some more discussion on the same topic: https://community.atlassian.com/t5/Confluence-discussions/integration-with-Digital-Asset-Management-...

 

Hope this helps.

 

Avatar

Level 4

Thanks for your answer.
BTW, do you know if there are any rest api docs used for accessing AEM Assets, please?

Avatar

Community Advisor

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?l...

 

To access the API:

  1. Open the API service document at https://[hostname]:[port]/api.json.
  2. Follow the Assets service link leading to https://[hostname]:[server]/api/assets.json.

Avatar

Level 4

Thanks again.
Is Assets api only available for paid license? I am not able to see any item related to it when I want to do "Add an API" in developer console.
Also, how to open API service document, please? Is it located in AEM program server in Cloud manager? BTW, I cannot access AEM program, so not sure what it is.