I have a question regarding access provisioning in Jira.
I want to grant n8n limited access to Jira using “Create API token with scopes,” and I want to avoid providing access to critical areas like project administration.
Could you please advise on the necessary set of “Scopes” in Jira for n8n to function correctly and authenticate successfully with Jira Cloud?
Hi, I can think I can help. But what nodes are we talking about here. What are you trying to use Jira for? Depending on the nodes, we can look at the documentation.
I’m planning to use a Jira Cloud trigger to listen for various events happening in our Jira instance. This includes things like sprint starts, comments being added to issues, and other selectable events.
My goal is that, based on a specific event from Jira, I want to generate and export certain reports. For example, I’d like to get a summary of what was planned in a sprint and then share that report in Slack with our stakeholders.
I can’t find it in the documentation about integration with jira:
n8n used Basic Auth (email + API token) for jira ? - does this mean that only Create API token (legacy) works ?
Create API token with scopes - is OAuth 2.0. ? so n8n does not support it and it causes a problem?