mojira / arisa

JIRA issue parser for the Mojira bug tracker written in Ruby
GNU General Public License v2.0
0 stars 0 forks source link

Disable issue modifications #6

Open ghost opened 9 years ago

ghost commented 9 years ago

Some sort of comment tag (similar to MEQS system) that will cause the Bot to not modify the ticket.

ghost commented 9 years ago

I'd use the IssuePool for that. When it would normally add something to the @issues and @updated_issues variables, check the issue for that comment first and don't add it if one is found. However, there are two problems with that:

The best solution is a JIRA customfield, obviously.

ghost commented 9 years ago

@Mustek said: Use the confirmation status. Can only be adapted by mods.

ghost commented 9 years ago

@Tora-B said: Use confirmation status for what? Arisa does useful things on both confirmed and unconfirmed tickets, though I do think it shouldn't resolve issues that have been marked confirmed, or were just updated by a mod. It's annoying to reopen an issue, only for Arisa to come along and resolve it again.