When we use the API-Call, => jira/rest/teams-api/1.0/team) the list seems to be not complete; some teams are missing. What can we do? Kind regards
Hi, Has anyone successfully created team notification policies via the Opsgenie API? I tried following the documentation here: https://docs.opsgenie.com/docs/alert-and-notification-p...
I was trying to create a new API key, but it's wasn't working. When I used the new key, I got the following error: {"error":"Invalid authentication token."} Here are the steps I took: I...
Hi Community! Our plugin development team encountered a critical performance issue because the worklogAuthor field in JQL is no longer supported in Jira Cloud REST API v3. The essence of the p...
I am unable to access Jira Software APIs using OAuth 3LO despite having what appear to be the correct scopes. The token works for platform APIs but fails for all Jira Software endpoints. E...
I've come across some Jira documentation that gives me info on webhook tracing for Jira connect apps. It tells me that there are certain headers like X-Atlassian-Webhook-Trace that can be used b...
Hey all I have been working on a Javafx app that allows me to create an issue in the backlog. Everything is going well but I had a question about the oauth. Can I still use my PAT for the ot...
Hi - I'm trying to access the Commerce REST API so I can retrieve my Invoice and centralize my SaaS billing data in a BI solution. The API is not accessible via a Forge and O...
Update: I think I found a reason, Atlassian suddenly blocked the API token generated by team account. Switching to your personal account and it should work. Hello everyone! After g...
Hi, we use Confluence for our procedure and knowledge base. I would like our agents to view the Confluence pages/content directly in our Backoffice where we will add a Knowledge Base section, it w...
...riginal (legacy) user management system, this field appears to be missing from the API response. Could you please confirm: 1. Is there any official way to retrieve the `added_to_org_date` for users i...
I'm trying to build a custom integration with JSM, so that we can raise incidents from some internal tools. However, the Create Incident API returns a 404, claiming I've found a "dead link" if I...
How do I set Allow LFS on the creation of a repository from the BitBucket API? To set Allow forks, I set forkable to true on the body of my BitBucket API POST command. Is there an e...
...ommits (for example by timestamp), before pulling the data? The whole API data extraction seems really complicated at BitBucket. Thanks, Yury
Problem: I've set up a Jira Webhook under System → Webhooks, configured to trigger on "Attachment created" and "Attachment deleted" events. Issue: When I upload multiple attachments to a Jira issu...
I have an app that was built with forge, now i want to migrate it to DC, but i encountered an obstacle, on Jira Cloud there is this API to update the custom field value directly using the following API...
I am trying to develop a connection with the confluence pages using api but I am getting an error again and again: ConnectionError: HTTPSConnectionPool(host='confluence.hrs.io', port=443): M...
I've done some testing, and I notice that sprint changes, which are normally captured on the changelog API (rest/api/2/issue/ISSUE_KEY/changelog), do not appear for subtasks if they are moved along w...
Dear Jira community, I'm working on Playbooks and automation stuffs and I'm struggling to automatically link a confluence page to a Jira ticket. I tried to send a web request with API t...
I'm trying to use an API Token with Confluence Cloud and getting a 401 - Unauthorized error. I created a scoped API token for Confluence, including all read scopes and the search scope. I'm trying t...
...rl as "https://globalshares.atlassian.net/" and used the API token for Authentication, but it fails due to the above timedout error. Can you please help to fix this issue. I have used alteryx d...
Background: We recently copied over tickets from one Cloud Jira to another. In the process, we updated the migrated projects' tickets to have a summary of {{issue.key}} | {{issue.summary}}. For some...
Hello! I've been trying to get my Java code working with the Jira server rest api v2. I currently have this code: private static final String JiraBase = "https://mycompanyurl.com" private s...
Recently, our integration with Trello started to remove cards' cover images each time we call PUT /card to update something on a card (usually due dates, description, or moving a card around) ...
Hi guys does anyone know what the Rest API v3 to get the output that we can export in the Jira board section 'All work'? https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-g...