I have migrated our users from OpsGenie to JSM as requested by Atlassian.
I need to build an automation (manual trigger from an alert because I have to do this often) to ask a person to update the status of their alert.
That option doesn't seem to exist?
Is there a Feature Request for this? It seems like basic functionality.
Hello @Mark Hankins
You can do this with a Send Web Request as documented here:
(POST request to add a note to an alert)
Why would I want to use Atlassian Automations if I have to send a Web Request externally every time I want to do something?
If I want to:
2 main objections to this:
1. Keys, security, maintainability
Atlassian provide no safe way to centrally store/manage API keys and reference them by ID, so all you can do is use an API key once per web request and then obfuscate that in your automation by hiding it.
This is a one-way operation. At our company, we have sensible security policies, and our scoped tokens are rotated automatically, at least every 30 days.
That means for EVERY automation I have, for EVERY web request, I now have to go into the Automation, find them all, and update them, then hide them again. That's a lot of overhead for a system where you're telling us that you've integrated OpsGenie/JSM into your Ops suite?
It's not integrated if I have to manage it myself. Why would I not just write a service in AWS lambda do these Automations at this point if I'm making an external API call anyway?
2. Round-trip time
It's a complete waste of time making external API calls for things which are internal to Atlassian systems.
We're on an Enterprise plan (yet still limited in our Automation time daily to a tiny amount, for some reason?) and THEN we're forced to use external web requests for everything that's supposed to be internal?
WHY?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.