Hello Team
I would like to use key fileds value as variable.
But seems $ character is reserved JQL character
Could you please share the workaround to use variable in Jira Rest API curl command
curl --user --request --url https://***/jira/rest/api2/search/JQL=key=§request
Hi @MANIKANDAN ,
please could you provide more information about field type and what command you're trying to run? If you are referring to a select list field, character $ could be used and in a JQL you simply need to put that value between quotes.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.