Skip to content
New issue

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

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

Already on GitHub? # to your account

Ability to show only 1 severity without specifying count # #4

Closed
luzpaz opened this issue Sep 11, 2014 · 5 comments
Closed

Ability to show only 1 severity without specifying count # #4

luzpaz opened this issue Sep 11, 2014 · 5 comments
Assignees
Milestone

Comments

@luzpaz
Copy link

luzpaz commented Sep 11, 2014

So we have a page for our 1.5.0 blockers
The formula we use is:

<mantis>
header = true
color  = true
show   = id, severity, status, updated, summary
orderby = severity
count = 60
</mantis>

If we don't specify count then the plugin lists all open bugs. Also as the 'blocker' bugs are closed non-blocker bugs creep in to the list.

Is there a way to just display all open 'blocker' bugs without having to set a count or worry about non-blocker bugs showing up in the list?

@tessus tessus self-assigned this Sep 11, 2014
@tessus tessus added this to the 1.3 milestone Sep 11, 2014
@tessus
Copy link
Owner

tessus commented Sep 11, 2014

Yes, by default all open tickets are shown (if no status is specified).

You basically need the ability to specify the severity as a filter. I don't know why I haven't implemented this in the first place. It was a rather quick hack, so it didn't occur to me. I'll add it tomorrow.
All of a sudden a few other ideas come to mind when I think about future enhancements...

Btw, you don't have to set header and color. They are set to true by default.

@luzpaz
Copy link
Author

luzpaz commented Sep 11, 2014

Thanks! 👍

@tessus
Copy link
Owner

tessus commented Sep 12, 2014

I've added a parameter severity to filter by it (2a59805). I haven't updated the documentation yet. Until then I leave this issue open.

That should do it:

<mantis>
show   = id, severity, status, updated, summary
severity = block
</mantis>

@luzpaz
Copy link
Author

luzpaz commented Sep 12, 2014

Thanks @tessus.
Hey @moskalenko lets update the mwExtensionMantis to v1.3

@tessus
Copy link
Owner

tessus commented Sep 12, 2014

Updated documentation.

@tessus tessus closed this as completed Sep 12, 2014
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants