Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Ability to specify comma separated bugids #2

Closed
luzpaz opened this issue Jul 27, 2014 · 4 comments
Closed

Request: Ability to specify comma separated bugids #2

luzpaz opened this issue Jul 27, 2014 · 4 comments
Assignees
Milestone

Comments

@luzpaz
Copy link

luzpaz commented Jul 27, 2014

bugid = 23, 465, 3565, 5234, 9 header = true color = true show = id, category, priority, created, updated, summary

See http://wiki.scribus.net/canvas/Bugs_to_be_Buried#1._Bugs_to_be_closed for the reason why

@tessus tessus self-assigned this Jul 27, 2014
@tessus
Copy link
Owner

tessus commented Jul 27, 2014

Interesting proposal. I've never thought of that because I assumed people would just create a separate status entry (in Mantis) for bugs like that (eg. 2bClosed) and use it with the status keyword.
But I see your point.

There are a few things I have to take into consideration though. When specifying a bug by id, header and color are off by default, which makes sense since it is just a single bug. But if I specified several bugs, the result would become a list and in that case header and color should be on by default (as with specifying a status).

I have already plans for tonight, so I won't be abe to implement it right away. I should be able to work on it on Monday.

@tessus tessus added this to the 1.1 milestone Jul 27, 2014
@luzpaz
Copy link
Author

luzpaz commented Jul 28, 2014

I assumed people would just create a separate status entry (in Mantis) for bugs like that (eg. 2bClosed)

We at Scribus haven't customized special Statuses in our ManisBT, I think that would be a good idea. That could change our orientation. I will pass the word on.

@tessus
Copy link
Owner

tessus commented Aug 3, 2014

Implemented in b28ce42.
bugids can now be specified as a comma separated list. Invalid values (e.g. strings) are ignored. If only a single bug is specified, header and color are turned off.

@tessus tessus closed this as completed Aug 3, 2014
@luzpaz
Copy link
Author

luzpaz commented Aug 3, 2014

Thanks!! Will test and report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants