Hello,
I have a project with a specific kanban board by default. I also created a specific board view, which has another Url.
I want to create an automation: whenever a issue is created, then post on a Slack channel with the issue Url.
By default the Url is the one of the default view board {issue.toUrl}
however i would need the Url of the second specific board view i created. Do you know how to get this specific smart value ?
Thanks a lot
Clémence
Hi @Clémence Giraud-Charreyron, welcome to the Atlassian Community!
The URL would look something like this:
https://[SITE_NAME].atlassian.net/jira/software/c/projects/[PROJECT_KEY]/boards/[BOARD_ID]?selectedIssue=[ISSUE_KEY]
You can use smart values from automation to get the [PROJECT_KEY] and [ISSUE_KEY], with the board ID being fixed for your case.
Best,
Camilo GalleguillosSr. Technical ConsultantServiceRocket |
Thanks a lot Camilo!! it worked :)
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.