I am attempting to use automation to ADD a dynamic Label derived from two custom fields.
The automation currently is attempting to do the folllowing:
*Note:
{
"update": {
"labels": [{
"add": "string1"
},
{
"add": "string2-{{issue.cf1_Value}}-{{issue.cf2_Value}}"
}]
},
}
The cf1_Value is the display name of the custom field vs. the ID (cf#####) format.
I feel like one of these options should enable this operation but so far, I've not been able to crack the nut. Anyone have a solution for this challenge? Thanks!
Hi there,
for information our problem came from a bad /etc/hosts file on our Linux server.
In the mountain of logs, if you have a network BindException, this could be the same mistake.
Thanks Alexey for your help.
Hello,
Start Jira in safe mode and try to enable add-ons one by one to see which one makes you Jira instance fail on startup.
./start-jira.sh --disable-all-addons --disable addons=com.atlassian.test.plugin
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.
If you have a backup of Jira folder, you can try to apply the backup.
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.