hi everyone - i'm trying to get a form filled in through the api. A regular issue is "easy" I just fill in the consecutive numbers and put the text in. I have another form that has conditional logi...
Some time has passed since Part 1, 2 and 3 of this series. That also means that Service Accounts that were created a while ago may run into token expiration sooner rather than later. Thankfully, At...
Today, we are introducing the Mria CRM REST API, giving customers and partners programmatic access to CRM data and workflows managed inside Jira. The API currently provides 190 operations across Le...
I am using a Jira Automation rule that triggers a Send web request action with a POST to /rest/servicedeskapi/request . The request body is valid JSON and works correctly when sent to an external ...
Particularly, I want to change the email visibility to Anyone (public) like how it is in the profile and visibility page.
Subcomponents for Jira Cloud was migrated to Atlassian Forge in 4.0.0, bringing enhanced security for users. Forge also allowed us to introduce features that were not feasible before: automated migra...
Hi Community, I'm looking for guidance on REST API authentication best practices for Jira Cloud integrations. I understand that using a personal user account and API token for integrations is gen...
Hey Atlassian Community! 👋 Hope everyone's having a good one. I'm back with another real use case from my ongoing series, and this one's been coming up quite a bit lately, so I figured it was wort...
Last week I was implementing what initially looked like a very simple requirement. In our case, the communication platform happened to be Slack. The objective was straightforward: instead of se...
Meeting compliance frameworks like SOC 2 or ISO 27001, troubleshooting regressions, and running sprint retrospectives require deep visibility into Jira's history. While Jira records every issue updat...
We've had a pipeline running for some time that runs a code review tool and adds annotations to our PRs. It uses REST API extensively to do this. Last week it started failing. At fi...
If I call `/repositories/{workspace}/{repo_slug}/pullrequests/activity`, as documented at List a pull request activity log, I do get a list of pull request updates in that repository, but the `c...
I'm building an automation that monitors epic status updates from owners. In the Jira Align UI, each epic has a "Discussion" section where owners can post comments/updates. I've tried the following ...
Bob is a PMO Manager preparing a quarterly project review. He doesn't want to manually check hundreds of work items in Jira. He wants the data in Google Sheets, where he can create pivot tables, bu...
In Jira 10.3.16 , when calling the search endpoint with expand=names,schema , the names field is returned for earlier pages but missing at startAt=250 . Example working requests: GET /rest/ap...
What I did. ・I got "accountId"(equals to "userId") of user account (existing at directory of my organization and it's status is "active") by calling 「Get users in an organization」Organizations REST ...
👋 Hello Solution Partners, As we evolve Jira’s field configuration model, we want to ensure you have everything you need to guide your clients through the change. This guide outlines the shif...
👋 Hello Partners! If your app manages field visibility, requirements, or project configurations in Jira Cloud, it’s time to look at the new Field Schemes API. We are moving from the legacy two-tie...
👋 Hey there! I’m Leanne, a Senior Engineer on the Jira team. We know that managing field configurations can sometimes feel like a game of 3D chess, so we’re making things a lot simpler.From June 2...
The majority of the teams using Jira know that it keeps a record of all the work item changes. Every status transition, assignee update, priority change, and sprint adjustment is part of a work item'...
Hi, I am using my service account token (it has proper accesses granted) to do stuff with Jira, but also check teams on call schedules etc. It works properly for Jira api, where I am using this bas...
Recently, all the post requests going to Zephyr Scale are returning a 429 Too Many Requests error. The Retry-After states 60, which interprets as 60 seconds. After putting in a 60 second pause when t...
Hi Community, we're actively using Confluence Whiteboards to document test cases and would love to access their content via the REST API – for example, to process the data automatically...
Hi team, I’m looking for a reliable, supported way to programmatically retrieve the invoice that results from a purchased quote, starting from a Quote ID, using the Atlassian Commerce REST API. The...
Hi everyone, I’m trying to implement a Jira Cloud Automation rule to notify leadership users when the percentage of Bugs in the backlog exceeds a threshold. The email recipients must be dynamically...
Copied to clipboard