Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Need to write JSON to include multiple Component options based on conditional formatting w/in Confif

Julie Summerfield June 1, 2022
{
    "fields": {
       	"project": {
			"key": "CEDPM"
		},
		"customfield_10004": "[entry.ProjectName.escapeJSON]",
		"summary": "[entry.ProjectName.escapeJSON]",
       "description": "{color:purple}Project Type:{color} [entry.ProjectType.escapeJSON]\n\n{color:purple}Description:{color} [entry.ProjectDescription.escapeJSON]\n\n{color:purple}Requester:{color} [entry.Requester.escapeJSON]\n\n{color:purple}Requester Area:{color} [entry.RequesterArea.escapeJSON]\n\n{color:purple}Project Sponsor:{color} [entry.ProjectSponsor.escapeJSON]",
        "assignee": {
		 "name": "[entry.Unassigned.escapeJSON]"
		},
		"priority": {
	  	"name": "[entry.Priority.escapeJSON]"
		},  
       "components": [{"name": "[entry.ClientImp.escapeJSON]"}],
       "customfield_10102": "[entry.GoLive.jiraDate]", 
	   "issuetype": {
          "name": "Epic"
		},
   }
}

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events