What could be causing a 401 error when trying to synchronize data between Jira and Zendesk?

As a workaround, you could store these auth details in an ENV var, and publish utility actions for interacting with JIRA using basic auth instead

thoughts on this one?

I liked the workaround. Thanks!

We’re tracking the ability to use different auth strategies for a single app here. This is actually becoming a more common ask (Slack OAuth and Slack Bot, Notion OAuth and Notion Integration Token, similar implementation for HubSpot, etc)

Yea, Pierce’s suggestion to store that token as an env var then interface with Jira’s API manually via code steps or custom actions is going to be your best bet in the interim