Skip to content

zentooo/redshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

redshell

redshells is interactive shell and shortcut tools for Redmine.

This tool is mainly for executing batch request to Redmine. For example:

  • create related tickets for the specified ticket at once
  • set version for multiple tickets

and so on.

Issue query support

Generic query support is annoying, so issue filtering strategy is implemented as only two ways:

  • specify all issue_ids
  • specify query_id, which of created custom query on redmine
  • When to use query_id for condition, you have to make the custom query for all projects.

That's it.

Required libraries

Install these libraries with pip or easy_install

  • argparse
  • python-redmine
  • ipython

Authorization

Set environment veriables below:

Subcommands

Show projects

redshell projects

Create related tickets

with query_id

redshell add_related_tickets --target_issue_id [issue_id] --query_id [query_id]

with issue_ids

redshell add_related_tickets --target_issue_id [issue_id] --issue_ids [issue_id_1] [issue_id_2] ...

About

Redmine shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages