Hello,
I'm making some scripts for our Jira Insight page, but i can't seem to find a solution to run the script on the object that has been edited.
I have a script running anytime my an "Applikasjon" object has been edited. Currently i'm using the key of the object im editing, but as this should work for any object edited i need objectKey to be the key of the object that was edited.
String objectKey = "KEY-9144"
def insightObject = objectFacade.loadObjectBean(objectKey)
int objectId = insightObject.getId()
I have looked a bit around without any luck on how to do this.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.