Place the value listed in Epic Color Value in the Epic Color field.
| Epic Color Value | Hex Color |
|---|---|
ghx-label-1 |
#8d542e |
ghx-label-2 |
#ff8b00 |
ghx-label-3 |
#ffab01 |
ghx-label-4 |
#0052cc |
ghx-label-5 |
#505f79 |
ghx-label-6 |
#5fa321 |
| /** | |
| * @author jalex | |
| * @version 1.0 | |
| * | |
| * A Groovy script to compare the Due Date field against the Resolved Date field. If the Resolved Date is after the | |
| * Due Date, then the Target Met field would be set to "No". Otherwise, it would be set to "Yes" | |
| * | |
| */ | |
| import com.atlassian.jira.ComponentManager |
| /** | |
| * Name: close-issues.groovy | |
| * @author jalex | |
| * @version 1.0 | |
| * | |
| * A Groovy script to automatically close issues in Done status after 5 days | |
| */ | |
| import com.atlassian.crowd.embedded.api.User; | |
| import com.atlassian.jira.ComponentManager; |