Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Failure to create ticket when description field containe Code snipet

serge calderara
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 13, 2023

Dear all,

We face a wierd issue by our user when they want to create a ticket with as descriprion content they indert teh following :

fireActionTriggerCustomEvent(target, { detail :
{    "triggerName":"viewVariationCTA",    "productFamily":data.productFamily,    "productRMC":data.productRMC,    "component":data.component      }}});
  return dispatch => {
    dispatch(
{      type: 'viewVariationCTA'    }
);
  }
}


Users get the following error :

 image.png

Any idea what could be the reason ? 

I would understand that Jira did not accept it for security reason if we insert it as normal text but when we use the Code Bloc it fails in same way

Thanks for help

0 answers

Suggest an answer

Log in or Sign up to answer