How could I pass the URL of the current issue via comment using this Post Function? Example, if I want to pass the person responsible, I use currentUser.name
The format of the Jira issue URL is always going to be like:
https://<your-domain>.atlassian.net/browse/<issueKey>
You can pre-fill the domain if it is always the same and get the Issue key using the variable.
Regards,
Bo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm going through this entire comment, what would it look like including the URL?
currentUser.name + ", solicitou aprovação e comentou: " + "\n" + transientVars.comment + "https://jira.sinqia.com.br/browse/<issueKey>"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
How was this problems so far?
I'm looking for the way to add next issue via comments by automation rule.
I did it by Manually trigger. However I can't by automation trigger like status transaction.
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.