Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How jira agile maintains the record of the boards created by different user?

Alok Singh May 6, 2015

I need to implement something similar but unable to do so as I am getting sql exception while trying to save the Application user in the table as one of the column.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
crf
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 6, 2015

Don't try to save the ApplicationUser object itself; save the application user's key as a String value.

Resolve the user later using getUserByKeyEvenWhenUnknown to guarantee that you can format the user's information properly even if they were later deleted.

 

Alok Singh May 6, 2015

Thanks a lot Chris. It worked.

0 votes
Volodymyr Krupach
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.
May 6, 2015

If you are particularly interested in JIRA Agile implementation then you should look to sources.

For persisting data in your custom addon you should use Active Objects: https://developer.atlassian.com/docs/atlassian-platform-common-components/active-objects/

TAGS
AUG Leaders

Atlassian Community Events