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. My goal is to eventually create a JQL function that lets me find Jira issues assigned to anyone within a specific user's reporting line. For example:
assignee in reportingLine("currentUser") to find issues assigned to anyone within the current user's reporting line.Any help or guidance would be greatly appreciated!
Hello @Trenton Letz
If you Google 'gateway/api/watermelon/graphql' you'll find this thread where the question about accessing the 'watermelon' GraphQL API has been asked before.
If you read the thread you'll learn that it's not a public API endpoint, but an internal API endpoint, so it cannot be accessed outside the web browser session.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.