Looking Up JIRA Project Names using External Lookup Field | Community
Skip to main content
Level 4
September 4, 2024
Question

Looking Up JIRA Project Names using External Lookup Field

  • September 4, 2024
  • 1 reply
  • 496 views

I was wondering if anyone had experience connecting an WF External Lookup Field to JIRA API, keeping mind that on the JIRA side that I've configured an API Token for an account already. I keep trying this and it doesn't seem to work and I feel like I'm just missing something really small here.

Any help would be appreciated. 

 

THANK YOU! 🙂

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

KatherineLa
Community Advisor
Community Advisor
September 5, 2024

I can tell you that your base API URL matches what I have working in my Postman sandbox to our Jira Cloud instance. I can also tell you that getting the authentication working was an exercise in patience.

 

I'd string together that base URL and put it right into your browser. If you get results there, then you know the syntax is right and the issue is something in your JSON path or your authentication steps. Take the results you get, run those through something like JSON Path Finder to validate the path data there. If that's also right, then you're down to figuring out how to pass the authentication variables. 

D____DAuthor
Level 4
September 5, 2024

Solid suggestions ... I agree with your bit about "patience" - tell me about it :D.

I'll try your approach and see how that works out. Solid simple test idea.