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...
I'm using Dynamic Pipelines, and I'm using api.asApp().requestBitbucket('/2.0/repositories/WORKSPACE/REPO/pipelines_config/variables?pagelen=100') and api.asApp().requestBitbucket('/2.0/work...
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...
Hi, one of my clients has very interesting problem. While using my plugin he get from /object/aql API all data, except avatar property (inside avatar, mediaClientConfig is empty). Official ...
We have requirement to capture Jira ticket status change into our system/database We are creating tickets programitacally (using rest API) and we would like get notified for any change in status f...
I'm looking to extract dashboard data in the form of XML/JSON from JIRA and insert it into a database, which will then be used by the customer to generate BI reports. Has anyone worked on a similar i...
I have a board in Jira that is simple, managed by the team as a Kanban. It does not have sprints, and I'm having difficulty when trying to create a new task and move it to a specific column. Body:...
.
...This endpoint is extremely helpful for fetching the Organisation attribute value for users, as it is not available in the UI. The public API used: The User management REST API P...
Hey community, I am searching for a REST endpoint that allows me to GET one single API Access token based on the ID of the token. There is an endpoint that gives me all access tokens in the org. Th...
Hello all, I have an automation which sends the web request /rest/api/2/user/search?query={{issue.customfield_12345.urlEncode}} where {{issue.customfield.12345.urlEncode}} is an email address f...
...EST API? I've tried sending values through requestFieldValues , but since those fields aren't exposed through the public endpoints, I can't retrieve their fieldId s or expected values. Has anyone m...
Hey together, so I have the following problem: We use the Issuelinks custom field. Through a webservice request I set up some issuelinks as you see here: (the [entry.....key] part gets re...
At first glance, managing user permissions and metadata may seem like a technical detail, but it’s actually the backbone of successful resource planning. Assigning roles accurately and organizing tea...
Hi, when I try to add a new card to a list using POST /cards, I get this error: invalid value for idList I have confirmed I'm using "idList" (correctly capitalized) for the list. I've put everythin...
Copied to clipboard