satrun77 / tinyissue

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

Create issue numbers and display when needed #134

Open nickbe opened 8 years ago

nickbe commented 8 years ago

We should have proper issue numbers. Simply sequential is enough.

When I talk to someone over the phone referring to an issue like 'Just look at issue 24' would be really helpful.

Also I think issues should start from 1 in every project.

satrun77 commented 7 years ago

Implementation started in branch develop-3.0. There is internal issues number starts from 1. Also, added project key. This is string of 3 characters unique to the project.

Example, if you have a project with key ABC, you can reference the issue number 1 as ABC-1

nickbe commented 7 years ago

Nice idea. This way there's always a clean way to reference project/ticket. I'll check this out. Have to do a clean installation of 3.0 first.