...e’d love to hear how you’re using these APIs and where we can improve during this EAP. Please drop your feedback in the comments below or add it directly to the public feature request ticket above. T...
Hey Community! 👋 While working on an automated assessment workflow yesterday, I came across something interesting that I hadn’t noticed before: you can actually retrieve some server-related info t...
Hello community, I was analysing JIRA platform API - /rest/api/3/auditing/record (Get audit records endpoint) and came across few questions: How much data volume we can expect for ...
Hi all. I am looking for some working examples of custom form field updates via REST. I can't use custom Jira fields to map, as my forms use data connections, so must go direct th...
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...
We are experiencing an intermittent issue when creating issues via the Jira REST API. While most of the time the issue creation works correctly, sometimes we receive the following error respons...
I’m a bit confused and hoping someone can clarify the behavior I’m seeing. In my Jira Software project, the Story Points field is visible on the Issue View, and I can edit it vi...
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...
I used the function closedSprints() to get the closed items and used pagination to get all the closed items. Then filtered it with sprint number. It returned 80 items for sprint 4. In JIRA Sprin...
Hi Atlassian team, We are currently collecting the `added_to_org_date` for users across various organizations in our platform. For organizations that are using the new user management system, we are...
Hi community, I'm working on a Jira Data Center instance (version 9.12.12) and facing an issue when trying to retrieve the issue type of an issue programmatically. When using the Atlassian Ja...
I have been asked to generate a report listing the permissions users have in Confluence for an ISO-27001 review. Using the Confluence REST API "Get space permissions assignment" I seem to get ...
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...
Hi, I have written a Bookmarklet to update the labels of Tickets. To archieve this I have used the REST API, something like this: var labelBody = '{ "update": { "labels": [ { "add": "' + label + '" ...
Hi Atlassian Community! I'm now sharing a simple Python script designed to help you efficiently handle retries for requests to the Jira Cloud REST API. This is particularly useful when dealing with...
Hey all I am trying to figure out how to get my Feature Link value from a FQL using the REST API. When I do: /rest/api/2/search?jql=sprint in openSprints() AND assignee="bob" I get a lot of data...
I am trying to update existing manual test cases in XRay in an automated manner using python. Below is the function I use. I have only 1 test step. def update_manual_test_case_rest(test_case_key, su...
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 A...
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...
Hi, Is there a way to get the request group description? For example, in the DEMO project, these two groups have its own description. From the Get request type group we can get the `id` and...
I'm trying to set up an automation that should add a description to a given version when that version is released. Since there's no automation task for updating version descriptions, I'm using the Se...
I have tried to extract the Global Shares JIRA data for Support Desk Project, But it is failing with below error message "Error: connect ETIMEDOUT 13.227.213.4:443" I have used the endpoint u...
I am using REST api interface to download my Atlassian wiki space for offline access. Is there a way to download only files that changed since previous download . Or lets say download files tha...
I am interested in automating the process of creating a JIRA API token. I'd like to use the REST API to open a window and create the JIRA Token to be used for the API for REST API access. Is...
hello I'm trying to create a ticket via REST API jira 9.6 to Jira Service Management 5.6.0( customer portal) but i get the following error. { "errorMessages": [ ...
Copied to clipboard