Hi! I am trying to start using the Active Directory adapter, but I can't get it to work. Failed to execute the job. The user might not have the rights to run Powershell. The RSAT-AD-PowerShell m...
... Command for local and bamboo : powershell -ExecutionPolicy Bypass -File "app-install.ps1" Error : Starting task 'Install Application' of type 'com.atlassian.bamboo...
JIRA powershell
Dear community, I had a very close look at this: atlassianlabs / automatic-cloud-backup — Bitbucket I have created my own script, that successfully triggers the Confluence Backup Manager and t...
looking to build a team of artists for animation and game design with mixed medias.
Hi, When I am testing simple calls like the one below, I get random results! Sometimes it returns 0, sometimes it returns 25 (which is the default pageSize), and sometimes it returns 41, which is ...
Hello All, Is it possible to access Jira with Personal access token using Powershell. If yes, please share the document or references which can help. Regards Pallavi Deore
I am trying to connect to my company's confluence space by using the ConfluencePS but I cannot seem to authenticate my account. I have created an PAT on both Atlassian.net and directly on the Data C...
Hi, i am trying to create a page in confluence using rest api but i am greeted with this error: {"statusCode":500,"message":"","reason":"Internal Server Error"}. my code: curl.exe -X POST ...
I need to execute a PowerShell script in Bamboo. Below are the steps I did: Add task in a Job - 'Script' Task Selected the Interpreter as 'PowerShell' Tried Script locations as both inline and F...
...Is there a way to have a powershell script, collecting the needed data from that windows and then promt the user to add his text and then create the jira ticket? Has anybody done something like t...
Hello Community, I thought I would share my latest creation. A Powershell script which will take a CSV list of users (works with the default exported list, if ; Semi-colon is changed for , comma) I...
...ET method to retrive the information but on the other hand, I 'm encountering a lot of problems if I want to create something on Jira through a -Rest API using Powershell scripts. Using this kind of s...
I am trying to create a Service Request in JIRA Service Desk and keep getting a 500 internal server error. If I run the script with GET, then I receive output with no errors. If I use POST, then I se...
...n Object's attribute. I'm currently restricted to using PowerShell to do this. I've been trying to follow the API reference here: https://insight-javadoc.riada.io/insight-javadoc-8.6/insight-rest/#o...
Hello to all I joined the Atlassian community by solving my problem with Powershell to update Jira plugins via UMP. So if I can help on powershell and Jira API, I'll be happy to. Best regards.
Hello to all, I'm creating an application under powershell to update the jira plugins. I was able to retrieve the list of plugins installed on our site and compare with the versions available on t...
...henever there is change in values in the table and PowerShell Script to automate the process. Is there any way to do so. Automation process should take care of creating a new page with pie chart each t...
I need to trigger a script allocated on a server when I transition an issue in a workflow. Theres any easy possibility to do this?
Hi. I try to us this dock https://support.atlassian.com/bitbucket-cloud/docs/deploy-build-artifacts-to-bitbucket-downloads/ I am unable to use pipe: atlassian/bitbucket-upload-fil...
Working on a powershell script for account cancellation however i need to record the user's members of as an internal comment. From Get-JiraIssueComment - Docs | AtlassianPS there is very limited c...
I'm trying to retrieve a table of Jira issues using PowerShell. I'm using the syntax below and that works for everything except the custom field, which is empty. $Results | Select-O...
I am trying to create page from template using powershell in yaml pipeline. This is my code: $urlGetTemplate = "https://???.atlassian.net/wiki/rest/api/template/33980675" &n...
Hey there, We are moving to JSM this year and I have to try and find some answers for what we have in our on prem ITSM solution and how to achieve them in JSM. We have numerous powershell p...
I am using Bamboo Server 7.2.3. Whenever I use WINDOWS_POWER_SHELL as the interpreter for scripts that I am running (either in the UI, or in YAML), I do not get a failed job / task when the script...
Copied to clipboard