Skip to content

Instantly share code, notes, and snippets.

@mrueegg
Created March 9, 2017 17:14
Show Gist options
  • Save mrueegg/dbac23206db522b19411d7bb64baa8a9 to your computer and use it in GitHub Desktop.
Save mrueegg/dbac23206db522b19411d7bb64baa8a9 to your computer and use it in GitHub Desktop.
Web item to resolve open tasks in a pull request in Stash
<web-item key="stash-close-open-tasks-button" weight="90"
section="stash.pull-request.toolbar.actions" application="stash">
<condition class="ch.mibex.crossproduct.stash.HasOpenTasksCondition" />
<label key="open.tasks.resolve.label"/>
<tooltip key="open.tasks.resolve.tooltip"/>
<styleClass>resolve-open-tasks</styleClass>
</web-item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment