You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi All,
I am trying to fetch jira reporter id using issue.getReporterId() . but it is returning some garbage value like JIRAUSER64092 for certain users.
Can anyone help help on why I am facing this and how to resolve this.
Has the user been renamed recently?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe that you are running into this bug https://jira.atlassian.com/browse/JRASERVER-61871
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for providing this link. But this is not the same issue I am facing. It should give username but giving garbage value.
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.
Hi @Vineela Durbha ,
The one that you are using does seem to get you the user_key. You may need to use issue.get("reporter") .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Niranjan,
Even trying with your suggestion returns the same. Issue i found is even on jiraissue it is storing the garbage value. Attaching the same.
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.