When I create a jira software issue from jira service management using jira service management automation, I want to get the URL information of the created issue, is it possible?
Hi @青山 明 - Yes this is possible. You would need to use a smart tag, but it can be captured with {{createdissue}}. If you're using this in a rich text field like comment or description, Jira will automatically create the link. If you need to generate the URL, you can do this:
<instance>.atlassian.net/browse/{{createdissue}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.