Trying to find out what are the limits on REST API Calls. How many calls are aloud for a client over each day. For example are the number of Rest API Calls limited to 5000 ca...
I am getting this error. Not very good at scripting. Taking assistance from GPT. I want to fetch all issues from the project for a date range. the ultimate goal is to fetch...
Note: I am not good scripting. I have been trying to use gpt and copilot to help create these scripts. I had a working python script to fetch worklogs across specific projects for a list...
The jira server is EE 9.17.5 I use this endpoint URL (/rest/api/2/issue/<jira-ticket-key>?fields=key,summary) to retrieve the jira ticket info, with Authorization header, and Accept header set...
Context: I am programmatically posting a suggestion comment to a Bitbucket Server PR using the POST /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/pull-requests/{pullRequestId}/comment...
This is strange. We have only noticed this since upgrading to Jira 10.3.11 It is an API we do not user regularly, however, we are not able to search for users beyond the first 100 availab...
Hello, Jira Support Team, We are currently using a self-hosted Jira server, version v9.12.26#9120026. I am writing to inquire about an issue I'm encountering with the REST API for handling attachme...
Hi everybody, I am a managed user in our Jira Cloud instance (basic Atlassian plan). I am part of a group with the 'view project' (Browse Projects) permission, and I have Jira Softwar...
I am currently importing data into the Assets app using the Import REST API provided by Atlassian on a set schedule. With the current setup, the objects are only updated or appended. However, is ther...
I am working on following the below guide to map users jira accounts to an asset. Mapping Azure AD (Entra ID) Users with Jira Users and Jira Groups - Web Site - Confluence One of the first ...
Hi there, I am hoping to get some assistance with the Assets objects field configuration. My goal is to filter asset objects in this custom field based on the Request Type of the JSM wo...
Hello everyone, I have a question regarding accessing the Confluence API from outside the company VPN. Our Confluence application is hosted on an onprem server. When users are connected to the compa...
Unable to make a REST call to https://api.atlassian.com/users/<accountid>/manage/profile (https://developer.atlassian.com/cloud/admin/user-management/rest/api-group-profile/#api-group-profile) ...
We are currently in the process of automating certain configurations following the provisioning of an Atlassian site in Jira Cloud. As part of this effort, we are looking for REST API endpoints that ...
I'm the author of an open source tool to extract metrics reports from Jira. It used to be that I could test against the Cloud API and reasonably expect that my code would also work on Data Center (an...
Hi, i am trying to add tag to Bitbucket project repository but I am still get http 500 Internal server error. $token = "" $url = "https://bitbucket.xxx.pl/rest/api/latest/projects/abc/repos/x...
I am having pytest execution results in XML format, I am trying to send the results from Git Actions to Qmetry Test management Server. I want to update the linked testcases in existing testsuite with...
Hi folks, I want to create a page within Confluence Data Center with REST API. But the content is confidential and I have to take care to directly set restrictions to the page. For sure I h...
Hi Team, We are currently working on automating the provisioning of Jira Cloud site, and we're trying to add a second product (either Jira Software or Confluence) to an existing Jira Cloud site usin...
In Jira, to manage the allowlist (also known as the whitelist) for allowed URLs, you generally follow a similar process to what you see in Confluence. However, the exact path may vary slightly based ...
We pull data from Jira to PowerBI using rest API Search functionality with below API call We used https://**Our*Company**.atlassian.net/rest/api/latest/search?jql=project%20in%20(**Our*Pr...
Hi Community, I’m working with the Jira Cloud REST API v3 to create workflows using: POST /rest/api/3/workflows/create The workflow payload requires statusReference for each status, for exa...
I need to update my browser to call the new API's for issue searching in Jira. There are many articles that give "https://<your-Jira-site>/secure/QuickSearch.jspa?searchString=%s" for the br...
Hello Community, I was using REST API 2 to integrated JIRA SD Cloud data with Power BI and it was working well. Due to the new update of API 3, the integration not working and keep g...
I want to clone an issue by using jira rest api. I know there is a website describing this but everything didnt work. There is no error, it gets the right checklist but it dont puts the given checkli...