Hi Team,
There is a below property applied on workflow status.
jira.permission.edit.projectrole
Reporter is claiming that comment is not visible for him, the property is the reason for this issue?
Always appreciate your answer.
Thanks.
Hi Clayton,
There is a bug that might be related to this issue over at JRASERVER-42579
I can't say for sure that this applies in your case yet, because I think you have obscured the parts of the URL that might contain this information, but I am interested to see if perhaps you can share more of the URL you are using for this webhook. I am not particularly interested in the domain or subdomain of the URL, but the rest of the syntax could be a factor here.
While that bug is directly concerning the conversion of a space character into the string of '%20', my concern is to see if any other parts of your URL contain any '%' characters as a means to substitute characters. The site https://ascii.cl/ lists a Hex code conversion chart where certain characters can get converted into hex. So your space can be converted into a %20 or a / can be converted into a %2F. I am interested to learn more about the specific URL you are using, and then seeing if Jira might be converting the characters here into a hex code in order to be able to make this webhook call. The concern here is that if this conversion is taking place that this might be causing a http error code of 401.
Regards,
Andy
That was exactly the issue. Thanks for the quick reply.
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.