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...
Endpoint: GET /workspaces/{workspace}/pipelines-config/variables The API is incorrectly handling pagination, resulting in duplicate entries and an excessive number of pages. In a set of 20 retriev...
Hi, am in process of trying to extend my use and use API. After much back and forward I find Jira Cloud tenant on version 1001.0.0‑SNAPSHOT: /rest/api/3/search removed but /searc...
Hi, I'm trying to alter an existing file on bitbucket using this rest call: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-source/#api-repositories-workspace-repo-slug-src-p...
I need to retrieve the full History (issue change log) for a Jira ticket using an API. I’m currently using the Jira REST API to fetch ticket details, but the history section is not included in the d...
Hello Atlassian Community! 👋 I'm back again with another use case story, Episode 6 already! In this series, I try to share interesting real-world scenarios we’ve come across around security an...
Hello I am developing a background service where I need to periodically load users from JIRA into my service. Since its a background service I am not able to use code flow for OAuth2. For other plat...
Copied to clipboard