I need to modify certain files based on whether labels have been attached or modified on attachements. Is there a way to access this information with the Confluence API? Thank you in advance
Hello! Maybe someone has encountered this and can tell me how to implement ideas to create a ticket in Jira and it will be transferred to zendesk in the form of a ticket
Hello Community, DeepL has released an API for Write: https://developers.deepl.com/deepl-write-api-beta/HaWihrdsahCXYTsAZtGv We are very interested in this feature for our Confluence Data Center i...
In the Update Incident API calls, there are two fields, "components" (a map of component IDs to statuses) and "component_ids" (a list of component ids). These seem redundant. What are these two f...
Along with many many other items, the "components" field of incidents is not documented. In the create-incident API call, what goes into the components field and what effect does it have? When r...
I'm updating satisfaction field using PUT request on /rest/api/2/issue/{issueId} "fields": { "customfield_10035": "1" } It works fine but in this case i c...
Hi everyone ! I am a junior Mulesoft Developer, In a project context I have to develop an API that makes GET requests (Get pages in space, I use the v2 version of the Confluence API...
HI I have Issues with Submitted form and need to reopen them wnat to use API request so I can do it a bulk. curl --request PUT \ --url 'https://api.atlassian.com/jira/forms/cloud/{cloudId}/i...
According to the documentation, I can set the field formattedDate to an empty string to clear it, but it doesn't work in my case. The response always returns "formattedDate must not be empty" ...
Hello! I am interested in such automation in Jira, automatic assignment of a task executor, but only so that jira takes data from the channel, mattermost from the channel header (the person on duty i...
Hello everyone, I'm having an issue with the JQL Search endpoint. When reading the documentation at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api...
...nly covers actions from the past 90 days. From my research, there doesn’t seem to be a way to access this audit log via API. Are there any workarounds or features I might be missing that could help u...
...re looking to extract key sprint data which are by default available in the Sprint Report using the JIRA API. The data are: Committed issues, Completed issues, Scope change (cf. attached picture). U...
Hello everyone, I have a select list field, in which I enter a value via API. I would like to know if it is possible at a later time, to set it as the default value again via API. Thanks
try to update Reporter field from bulk api but can't update, example of API calls that were made curl --request POST \ --url 'https://pmo.atlassian.net/rest/api/3/bulk/issues/f...
Another quirk of Trello automation is that you can't sync dates directly between cards....Until now! Trello automation + API to the rescue again!! Part 1 - Setting up your T...
I'm currently exploring best practices for API key management and rotation for our integration with Atlassian Jira. As part of our security measures, we want to rotate API keys p...
...etch the left sidebar with all the computers. However, to include the ownership information, I also need to make an additional API call for each computer. Is there a bulk endpoint available for this operation?
Hi, I would like to call a Bitbucket api (using api.asApp().requestBitbucket() ) from a webtrigger listener. I have to obtain workspaceId and repositoryId to build a route, but I don't k...
Dear all, We are using the Jira service management tool of one of our service providers and have set up a common account within their Jira instance. My intention was, to gain API access to t...
I've had some success with working with APIs in automations when I'm following detailed instructions or making modifications to an existing automation rule. However, I'm having a bit of t...
...nother via python script? import json import requests # Source Confluence API URL source_page_id = "dummy_page_id" source_url = f"https://source_confluence_instance.com/rest/api/c...
I am looking to query a Jira API with PowerShell to get the worklog amount for all issues, this is basically to understand what issues are getting close to the 10,000 worklog limit that starts in D...
We’ve all heard stories of sensitive data falling into the wrong hands due to vulnerable APIs. A recent high-profile breach, linked to compromised credentials in a major enterprise system, serves a...
Hey all, does the Free cloud plan also enable access to the API?
Copied to clipboard