Hello! I trying to add Insight automation rule.
If new object created by some user, then create issue with information about actor.
How can i get IQL for Actor?
Actor = "User' - Doesn't work.
immediatly thanks in advice!
I don't think that's possible with IQL
You would need to store the actor in an attribute.
It might be possible via groovy script, but you'd need to examine the history for the object.
objectFacade.findObjectHistoryBean(objectId).first().getActorUserKey()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is an example published by Atlassian:
https://confluence.atlassian.com/insightapps/automation-1085180924.html
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.