cyrilou242 opened a new pull request #6183:
URL: https://github.com/apache/incubator-pinot/pull/6183


   ## Description
   For the Jira Alert in ThirdEye: 
   
   If a jira reporter user name  contains  a `@` character, eg 
`[email protected]`, an error is raised when trying to run the JQL query to 
get issues (for alert merging purpose): 
   ```
   Error in the JQL Query: The character '@' is a reserved JQL character. You 
must enclose it in a string or use the escape '\u0040' instead. (line 1, 
character 34)]}
   ```
   A current solution is to use the jira user id (the one that looks like a 
hash), but it could be convenient to use a mail.
   
   --> This small fix consists in enclosing the reporter name.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to