Currently i am writing an automation which should change the epic color of a task from an Next-Gen Project.
I was not able to find the key word for an "epic color". How do i set this if i want to declare a certain color via JSON?
I experimented and was able to get is to work using the custom field name representing epic color...
{
"fields": {
"customfield_10011": "ghx-label-9"
}
}
Here is another community post which lists the color names, although I recommend experimenting to confirm:
Best regards,
Bill
Hi @Bill Sheboy
thank you so much for the reply. Your solutions worked for me nearly the same way. Inside the JSON declaration there where other codes for the "customfields". The rest was really the same way to code. Here my solution:
{
"fields": {
"customfield_11915": "blue"}
}
Best regards,
Pierre
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! I am glad to hear that worked and that the human-readable color names worked.
__Bill
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.