I created a confiform which creates a jira ticket. Instead of asking the creator his name I want to do that automatically. Is there an option to do that? I also need the "short name" we use in our company. Is it also possible to get this short name directly from the creator or does this person have to enter their short name manually?
So instead of getting the input from the user and add it in the jira tikcet like:
"assignee": { "name": "[entry.Assignee]" }
Is there something like [owner]?
You can get the current user from the context via [entry._user] notation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.