Do I have to implement Personal Data reporting if I only store JWT token in session?

Hi,

I want to share my app with my colegues. I use Jira for reading list of issues and updating estimates of issues. I store the resourceId and the JWT token, but only in a session.

Do I have to implement the Personal data reporting for this? The documentation says I have to send a list of account IDs I have stored, but i do not store any accountIds.