I have an "Employee" Schme - called "medarbejder" in Danish
I want to set up so approver are fetches from assets to a field.
In the Object are:
"Approver for" (godkender for) - witch is a reference to another Employee (Medarbejder)
First of all, some basic searches:
object having inboundReferences (objectType = "Medarbejder")
object having outboundReferences (objectType = "Medarbejder")
Returns nothing, even though I have at least one:
the Target is when I (Normann login) and starts an issue, Lars is set as the approver.
There is a Medarbejder for Me too, bound to my Jira Account, so currentUser() can be used:
Hell.. even this returns empty?