내 커뮤니티 업적 표시줄을 확대합니다.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
해결됨

Easy Question: Looking to Better Understand Workfront Fusion Module - JIRA CLOUD CUSOTM API Call

Avatar

Level 4

Hello, 

I'm having a hard time understanding the JIRA API Module for Custom API Calls. When configuring the "connection" for this Module, one of the things it asks you is the "Service URL"  and I'm really confused what this URL is since it calls it "Instance URL" ???? Is the instance and service URL the same thing? 

 

It's described as the jira instance URL ... what is that? 

INSTANCE URL.png

 

Is it your - https // < jira server instance>.atlassian.net /  ... address

Is it your - https // <some other path that I don't know > / ... address found within JIRA Admin Console

Is it your - https // <jira server instane.atlassian.net / rest / api / <version #>  ... address

or is it just something else .. 

I've checked the documentation for this via the "?" on the module but that leaves a bit to be desired for someone configuring it for the first time. Any thoughts on which URL this is. I've tried a few and none of them work.  

SERVICE URL.png



Thank you! 🙂 


주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 4

I had to setup a call with Adobe to actually figure this out with them and to my surprise, we both had to work through this one (meaning that even some of the folks at Adobe had to scratch their head on this). Here are the instructions more plainly written for anyone to understand to leverage the JIRA Custom API Module correctly - 

  • Log into your JIRA instance and navigate to your API Admin page (this link as of 08/2024) (https://id.atlassian.com/manage-profile/security/api-tokens)
  • Create an API token 
  • Keep the user name created for that token handy and the token itself 
  • Log into Fusion, create a scenario, add a JIRA module, and add a connection using the JIRA Custom API
  • In the Service URL portion of the New Connection, only include https://<yourdomain.atlassian.net>
  • Enter the JIRA User Name (could be email) and API Token
  • If that works, it will go through without issue, or bark at you 😄 
  • Back on your Custom API Module, this was the gotcha  
    • Unlike things like post man, or doing a dirty api call over a browser, you have to only enter queries like this where the URL field only has the object type you are trying to query (not the full path as it suggests)
    • In this case, just "project" - nothing else

D____D_0-1725045508984.png

So you could replace that with Issues, Tasks, Comments, etc (reference for the correct name of objects in JIRA).  Also note that JIRA is really case sensitive, so those things matter even when coming from Fusion 

 

Best of luck.

Very grateful to the folks at Adobe who helped clear this up. Figured I'd share here in case anyone runs into this or gets stuck. 


원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Level 4

I had to setup a call with Adobe to actually figure this out with them and to my surprise, we both had to work through this one (meaning that even some of the folks at Adobe had to scratch their head on this). Here are the instructions more plainly written for anyone to understand to leverage the JIRA Custom API Module correctly - 

  • Log into your JIRA instance and navigate to your API Admin page (this link as of 08/2024) (https://id.atlassian.com/manage-profile/security/api-tokens)
  • Create an API token 
  • Keep the user name created for that token handy and the token itself 
  • Log into Fusion, create a scenario, add a JIRA module, and add a connection using the JIRA Custom API
  • In the Service URL portion of the New Connection, only include https://<yourdomain.atlassian.net>
  • Enter the JIRA User Name (could be email) and API Token
  • If that works, it will go through without issue, or bark at you 😄 
  • Back on your Custom API Module, this was the gotcha  
    • Unlike things like post man, or doing a dirty api call over a browser, you have to only enter queries like this where the URL field only has the object type you are trying to query (not the full path as it suggests)
    • In this case, just "project" - nothing else

D____D_0-1725045508984.png

So you could replace that with Issues, Tasks, Comments, etc (reference for the correct name of objects in JIRA).  Also note that JIRA is really case sensitive, so those things matter even when coming from Fusion 

 

Best of luck.

Very grateful to the folks at Adobe who helped clear this up. Figured I'd share here in case anyone runs into this or gets stuck.