What’s changing We’re deprecating classic API tokens for Jira Product Discovery in favour of scoped, fine-grained tokens. These tokens provide better security and least-privilege access, aligning with the broader Atlassian token modernisation initiative. A small number of GraphQL queries will stop accepting API Tokens…
Hello Atlassian Team, We are using the Atlassian GraphQL Gateway API: https://<site>.atlassian.net/gateway/api/graphql The requests are being sent using Postman, and we are trying to understand where (if anywhere) request logs can be viewed on the Atlassian side for troubleshooting and debugging purposes. We are executing…
I tried to follow the tutorial available on xray documentation to use Jira automation to get the results of a test execution but the result of the web request is always null. I've got a first web request for the authentication which returns a token, and a second web request which query the graphql db to get a specific test…
I'm trying to perform a GraphQL query to read from either confluence/database or confluence/folder. No matter the format I try, I get an error Could not parse provided ARI as a ConfluenceFolderARIId: `ari:cloud:confluence:{spaceId}:folder/884740` I've also tried content/884740 and gotten the same error. I've confirmed…
Hey everyone, I'm pretty new to the Atlassian Team API and I'm trying to get a better grasp on how to use the /gateway/api/watermelon/graphql endpoint, specifically the reportingLineResolverQuery. I've been able to make some basic calls to get manager information through Atlas, but I'm hoping to do something more advanced.…
Hello, I have a large number of issues (over 600 projects with several hundred or thousands of issues each) to which I need to assign a team. This process should be automated, I found that GraphQL allows this unlike the REST API. The problem is that I don't know how to send the information related to the team, I have the…
Hello, In order to speed up the creation of Jira projects and Confluence spaces, I generated the following mutation: mutation ConfluenceLegacy_createSpace{ confluenceLegacy_createSpace ( input: { additionalSettings: { jiraProject: { jiraProjectKey: "DOAGRAPQLT" jiraProjectName: "GraphQL Test" jiraServerId:…
Hi, I'm doing some work with the GraphQL API and one thing that I noticed is that the polarisInsights query will give you the ARN ID of the idea that the insight is connected to but you can't follow that connection as an edge to get the name and key of the issue. I also can't start at something like the issueKey query and…
I am looking for the jira cloud api which should fetch the jira issue development panel information , i want to fetch the pull request details like pr id , url which are linked/associated with my jira issue. I have found that rest/dev-status api…
The graphql api call (jira_polaris_ProjectQuery_reduced) used to return the configuration of the jira product discovery project with a list of fields found in the project, whereas now it's returning an empty array. I have an old JPD project and applied the graphql api call on it , it returned the list of fields perfectly ,…
It looks like you're new here. Sign in or register to get started.