We merged two jira instances, and some of the filters did not copy over. I am trying to programmatically move the filters from one jira instance to another using the API and postman. However I am running into an error
Try using single quotes within the JQL around Already Exists, By Design, Cannot Reproduce, and Won't Do
You can escape the inner quotes with a backslash character.
{
"description": "na",
"jql": "project in (PB, ROCK, GD, BC, MAT, HEAT, PLAT, WS) AND status in (Closed, Done, Rejected) AND resolution in (Done, Duplicate, \"Already Exists\", \"By Design\", \"Cannot Reproduce\", \"Won't Do\", Responded) AND labels = CurrentClientConcern ORDER BY updated DESC",
"name": "Support Agent Recently Closed"
}
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.