Forums

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

Incorrect 'assignee' and 'creator' values in 'jiraissue' table

Vadim Shtukan March 8, 2017

Hello. I have some weird values in table 'jiraissue' for one of users.

It doesnt show his username, but his id.

screenshot-1.png

Although this ID isnt the same id, as id for this user from cwd_user table.

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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.
March 8, 2017

Yes, that's a function of older data and can happen in cases where users are being moved around (renamed, deleted, directories etc)

This is one of many reasons that you should not be reading the database.  It's not built for reporting.

Vadim Shtukan March 8, 2017

Thanks for the answer. Can you suggest somethink that will be usable for reporting?

Nic Brough -Adaptavist-
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.
March 8, 2017

Use the API - internal if you're on server and happy to code in there, or REST if you are on Cloud, or don't want to code internally.  Or take a look in the marketplace for add-ons that can do what you want to report on.

Suggest an answer

Log in or Sign up to answer