Hello,
I want to create a automation to add a label when a ticket is linked to another one.
But I want this add this label on the source ticket.
Example
I link the AAA-1 to BBB-10 and I want automation adds a label on AAA-1
Currently on automation, I able to trigger linked issue but the update is applied on destination ticket.
How to do that?
Thank you
You will need to hack the core code in Jira that displays the sub-task panel. There's no function to support "only show field in some places" in the core, it is an all-or-nothing setting.
Or you can use the Issue Matrix plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This article here provided a great method of adding columns to the view: https://community.atlassian.com/t5/Jira-questions/Add-column-to-list-of-Sub-Tasks/qaq-p/38554
We're on JSD Server: v8.8.0#808000
Not sure if this will be of any use in your scenario.
I can add system fields, but not custom fields currently.
Good luck.
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.