Skip to content

Can't recognize milestone name with "-" character #765

Description

@gitblit

Originally reported on Google Code with ID 469

After I create milestone name with "1.0-alpha", "1.0-beta", "1.0".
I add different tickets to related milestone version, but the milestone summary page
shows they all belong to milestone whose name starts with "1.0".

I think you didn't consider the milestone name perhaps may have "-" character or other
possibilities.

What steps will reproduce the problem?
1. add milestone name "1.0-alpha"
2. add milestone name "1.0-beta"
3. add milestone name "1.0"
4. add 1 ticket to "1.0-alpha" milestone
5. add 2 tickets to "1.0-beta" milestone
6. add 3 tickets to "1.0" milestone
7. go to milestone page

---

I should see the milestone summary as 
"1.0-alpha" 1 open , 0 closed , 1 total
"1.0-beta" 2 open , 0 closed , 2 total
"1.0" 3 open , 0 closed , 3 total

but I see the following
"1.0-alpha" 6 open , 0 closed , 6 total
"1.0-beta" 6 open , 0 closed , 6 total
"1.0" 6 open , 0 closed , 6 total


My gitblit version is "1.6.0"




Reported by mickyp100 on 2014-07-21 05:35:10

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions