Hey there folks!
Been banging my head against the screen for the best part of the day trying to solve this but I really need some help!
For a bit of context
I have a hierarchy as follows:
Theme -> Epic -> Story -> Sub-task
I want to create a series of automations/branches that do the following on a scheduled basis
I've tried various options with no joy, mostly around having this flow:
For (3.) here are the JSON I've tried, specifically for 'Strike Team' (Multi-select)...all to no avail:
{
"fields": {
"customfield_10177": [
{ "value": "{{issue.parent.customfield_10177}}" }
]
}
}
{
"fields": {
"customfield_10177": "{{issue.parent.customfield_10177}}"
}
}
{
"fields": {
"customfield_10177": "{{issue.parent.customfield_10177.asJsonObjectArray('value')}}"
}
}
{
"fields": {
"customfield_10177": "{{issue.parent.customfield_10177.id}}"
}
}
Any of you folks have any neat solutions? As the contents of these custom fields may change, I'd prefer to have the automations requiring very little maintenance.
I'm not so familiar with JSON so anyone willing to have a go at solving my issue I'd be eternally grateful for! I can then hopefully apply the solution to other custom fields! :)
Many thanks and stay awesome,
Shaun
Hello @Shaun
Welcome to the Atlassian community.
Have you tried simply selecting the field and then selecting the Copy option and copying the value from the same field in the Parent issue?
Wow - such a clean solution - I hadn't noticed those 3 little dots had that option behind!
This might just be the miracle I've been looking for!
Thanks so much :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That solution looks like it could help me a lot, but I don't have the "Another Global Select List" option in my edit actions :( I wonder if it's only available for Premium users?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian community.
"Another Global Select List" is a custom field I added to my instance. I used it as an example to provide screen images for the COPY option.
You need to select the field that you want to update in your issues. Click on the Choose fields to set button to open the dialog for selecting from fields that are available in your instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow I feel dumb :)
Thanks for the help, I found another way to do it meanwhile but your solution is way more simple...
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.