Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Change task status from mercurial

Change task status from mercurial

Added by Bartosz Gołek over 10 years ago

Hi,

I’m using Mercurial repository for my code and OpenProject as IssueTracking/Kanban system.
I want to automatically change status of task by commiting changes to repository.

My idea is to create commit HOOK in mercurial, and write script to parse commit description for keywords like: #{project}-{task-number}-{status-code},
and use some API to update task.

What is the best way to achieve this?


Replies (2)

RE: Change task status from mercurial - Added by Robin Wagner over 10 years ago

Hi Bartosz,

thanks for your question.
The functionality you describe (or at least a very similar one) already exists for SVN and Git repositories.
You can find a description of the feature in the user guide: https://www.openproject.org/help/user-guides/system-settings/repositories-settings/

Possibly you could re-use this functionality to work with Mercurial.

Best,
Robin

RE: Change task status from mercurial - Added by Bartosz Gołek over 10 years ago

Thanks for the reply.

Shame OpenProject, is not supporting Mercurial.
For me it’s reason why i should search for other Issue Tracking system.

I choose OP because of great Agile support (plugins I’ve tested in Redmine sucks). But my general requiremetn is support of Mercurial (I dont like Git tools).

Again, Thanks for reply.

  • (1 - 2/2)
Loading...