Skip to content

Create todos only for new mentiones

Jarka Košanová requested to merge 28799-todo-creation into master

What does this MR do?

Doesn't create new todos when a description (of issues or MRs or note content) has changed for users who were already mentioned before. It creates new todos only for newly mentioned users.

Are there points in the code the reviewer needs to double check?

The TodoService probably needs some refactoring but I'd create a separate issue for that.

Why was this MR needed?

There was a bug that new todos were created for all users mentioned in a description in case the description has changed - also for users who were mentioned in that description already before that change.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #28799 (closed)

Merge request reports