/
Tag Tracker Estimation
Tag Tracker Estimation
Problem Statement
We currently have server and are in the process of migrating to cloud. We have in server the ability, using jql, to identify all issues where the current user is in the last comment: lastcomment ~ currentuser()
Process
Currently out tag tracker app doesn’t support this feature, we are showing all the users total issue count if they have not responded for the comment @mention.
Solution
We can add one filter column to select the users instead of all users, so the user can select the current user and get the issues list.
Estimation
Tasks | Estimated Hours |
---|---|
UI development, adding the filter to select the users | 12 |
Back-end to add the code to filter the results based on users selected | 20 |
Testing | 8 |
deployment | 8 |
Total | 48 |
, multiple selections available,