I try to create a Automation Rule with the REST API's The Automation REST API Getting an existing (example) rule by UID works fine using a personal API token as OAth2 or scoped does not work. But, ...
Hi Community, This is a strange one. I am deploying Jira Data Center via Atlassian Helm chart. The readiness probe is listening on /status for RUNNING. As will automaticall...
I’m trying to trigger a Bitbucket pipeline and create a tag on a commit via web requests using the Bitbucket REST API in Jira automation. Initially, I encountered a 403 error – IP not whitelisted. A...
I cannot find anywhere in your documentation where it describes the need to escape special characters when filtering on title. In this example I create a page like curl --request POST \ ...
Hello everyone, I'm looking for an REST API endpoint to check the minutes consumed by my runners. I can't find anything in https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelin...
We've configured "Issue Security" in Jira Cloud, so some issues are only visible to the "Administrator" role. If you check through the UI, everything works correctly; users with other roles don't se...
I try to update the actor for an Automation Rule in Confluence to a Service Account. As this is not possible in the UI, I thought to use the Automation Rest API (The Automation REST API). To start ...
We are migrating our app from Connect to Forge and we are looking the way to download attachment thumbnail using system/user token provided by Forge. Similar to `GET /wiki/rest/api/conte...
Hi, I use "customfield_18501" (Investment Category) in certain scenarios on my Confiform that we use to create Jira issues via REST API. However, even when that field has no value selected, and...
I'm developing an application that integrates with Jira and requires access to user data through the Jira REST API. The standard approach is to implement OAuth 2.0, where the user clicks a link, cons...
Part 3: Atlassian Service Accounts in Practice Now that we’ve set up our Service Account, we need to understand how to use it. As we identified in Part 1 of the series, Service Accounts sole purpos...
Hello Atlassian Team, I am currently using the Bitbucket Cloud REST API to delete a file from a repository by creating a commit. The API, I am using is the /src endpoint, as documented. API being...
I want to be able to trawl through all our customers in JSM and find their creation date so that I can then assess if I want to inactivate them. I'm currently using APIs where if a customer's oldest...
After understanding Service Accounts , we need to set them up. Thanks again to @Darryl Lee for the review and contribution! Before we go crazy with the account creation though, there are a fe...
The (fairly new) Service accounts are non‑human Atlassian accounts you can use for scripts, integrations, and automations. BUT: they are not so simple as they sound like. As an Org Admin, I keep be...
Hi All, I am trying to prepare a reporting solution where I need to know which user has logged how many hours against which story and parent and during which month. I have a google script to pull th...
From the beginning of 2026, the cloud migration for organizations has taken full force. As companies across the world accelerate their migration to the cloud, the transition is about more than just m...
Hi. Im currently using the java the jira-rest-java-client-app dependency in my java spring boot application to automate creating jira issues/tickets, etc.. Ive been successfully using this for a year...
I am using a Service Account with admin permissons and an API-token (=not Oauth2). When I try to get all pages from all spaces with a specific label: GET <siteBaseUrl>/wiki/api/v2/labels/{id...
Hi all — I’m looking for advice on whether we’re modeling things “correctly” in Compass, or if there’s a better pattern we should be using. Our setup We use Compass to track DevOps metrics (d...
Hey, I've been trying to send an api JQL query to JIRA. When I use a regular token, everything works wonderful. When I use a scoped token, Im able to authenticate, but I'm not ...
Hi, I'd like to create a API GET URL that allows me to return all issues that have a custom drop down field set to a certain value, something along the lines of url = "https://xxx.atlassian.net/res...
We have some repos linked to GitHub and some require using the REST api to post our build events. The GitHub linked show a Deployment Time metric, but the custom one does not. I assume it's some bug ...
Hi, We need to migrate from our site to merge with another site. During the migration, some custom fields and other data will be renamed. Consequently, many filters will break and any boards, dash...
Dear All When I use Curl Rest Api enable/disable user error, an error occurs. Can anyone successfully use it? Thanks https://developer.atlassian.com/server/confluence/rest/v9213/api-group-admin...
Copied to clipboard