satrun77 / tinyissue

Simple Issue Tracking for Teams
MIT License
48 stars 8 forks source link

QUESTION: What happens if I delete a tag which is or was in use in one or more issues #124

Closed nickbe closed 8 years ago

nickbe commented 8 years ago

...or a user who is or was assigned to an issue?

nickbe commented 8 years ago

Another thought: How do tag role limit generally override each other? The old "Restrictions before permission" rule?

Example: Issue is tagged with status "WORKING" (developer has access here) and at the same time with type tag "NONSENSE" (developer has no access here)?

satrun77 commented 8 years ago

Tag removed and references to also removed from the issues. For example, if you remove type tag "Bug" then all of the issues that uses this tag would no longer have a type tag selected.

nickbe commented 8 years ago

Ok. I made a different mistake when I tested this. Everything's of course all right and I just got an issue with no status or type.

But then if I delete a project - Are the referring issues deleted with it? (As one would of course expect). Just asking :)

satrun77 commented 8 years ago

Delete project will delete everything in the project (issues, comments, ...etc)

nickbe commented 8 years ago

Ok. Thanks.