I found a bug with this - if the data being sent has inverted commas ", Jira fails to parse it correctly. It gets sent to my API endpoint as a string instead of a JSON object.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Is it possible to pass the name of a confluence page over and the space and use the DELETE method. I keep getting a 405 error but assume I am doing something wrong in the custom data.
I do not understand this error as I use an API token instead of a password, and as far as I am aware I have to use "Basic " before the encoded API token to make it work.
I double checked the encoded password, and the API token is valid as it was used by another request without issues.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
I would like this to work with our Jira instances. But I can't seem to understand what exactly I will put in the fields of Send web request action. I tried, in base64 typing <my email>:<API Token>. And that is a far as I could go (not sure if what I did was right).
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
You may call web requests as often as you wish, but not combine responses as how you describe.
Instead you could make a web request, saving the response in either a created variable (as text) or in a Lookup Table (as JSON), make another web request, and use the results together, as needed.
I am using this Web Request Jira Automation to trigger external API (Other than Jira APIs) and it's working fine with me. But to use this solution permanently I need to hide Authorization credentials because it is very easy to decode so is there any solution to hide it or we can place credential somewhere else?
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
for our understanding the solution that you proposed should not works due to the problems is that only "core products" can use the tunnel the others (like automations) no. So any solution is blocked if Atlassian don't make same changes.
If I don't understand what you're saying, please.. help me.
Hello Ema. I've not actually used JEC yet, don't know anything about how Bamboo works and not exactly sure what you're wanting to do.
I suspect you already understand this but in case it helps:
JEC is a one direction only connection as far as I can tell. I don't think its possible to send data back to cloud from on-prem through the JEC if that is what you're trying to do. There are of course other ways to get data from on-prem to cloud though which I'm sure that you're already aware of.
JEC is also not a direct connection from Atlassian cloud apps to on-prem Atlassian apps. If you can execute on-prem PowerShell (for example) scripts against the on-prem Bamboo server (does the Bamboo server have an API?) then I was wondering whether you could use JEC to trigger an on-prem script that would do what you are wanting with your Bamboo server.
I'm also not a Jira expert so I apologise if I'm confusing things or sending you down a wrong path.
I have to rotate my Token , and I have 2000+ automation in my JIRA site , Do we have any option to create secret in JIRA cloud and user the same key in all automation so that at the time of key rotation i just need to update my secret. I see this functionality available in JIRA DAtacenter version but not in cloud . Any way out to have similar feature in JIRA cloud?
61 comments