Degraded performance Customers may experience intermittent errors using Community search. Our platform vendor is investigating.
It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
String currentUser = ((WorkflowContext) transientVars.get("context")).getCaller(); commmgr = (CommentManager) ComponentManager.getComponentInstanceOfType(CommentManager.class) commmgr.create(issue, currentUser, "comment contain special charactes", true) issue.store()
I have the above to create a comment in an issue after a transition.
The comment s text contain special characters like ñ or ó, but then in Jira they are displayed wrong. But if I typed them in jira they look OK.
What is the correct way to pass special characters in this case?
Thanks in advance,
You may need to try representing the characters in a different way. Take a look at these for some examples:
http://www.javascripter.net/faq/mathsymbols.htm
http://www.digitalmediaminute.com/reference/entity/
You should take care that the encoding of the script file while editing is the same as the one used by JIRA and the underlying server. In our case it's all UTF-8. If you try the script from the console the comment should be added with the characters looking ok, right?
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.