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...
...ou get started: Import/Export a Rule Export a rule using the “get a rule by UUID” API: curl --request GET \ --url '{baseSiteURL}/gateway/api/automation/public/jira/{cloudid}/rest/v1/rule/{r...
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...
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:...
.
Copied to clipboard