Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

We have several ticket management tools at work... Redmine, Jira, and Oneversion depending on the particular project and so client.

I have one todo app I use for both home and work.

My problem is how to sync my todo app with the tasks in Redmine, Jira, and Oneversion? Is this possible to do in a practical manner?

In other words how do you keep your personal todo app in sync with work task apps?

share|improve this question
1  
What's your todo app? Is there an upload possibility? – knut Feb 22 at 10:34
@knut it's toodledo – Peter Ajtai Feb 22 at 15:57

closed as off topic by gnat, Giorgio, Glenn Nelson, Martijn Pieters, MichaelT Feb 22 at 15:29

Questions on Programmers Stack Exchange are expected to relate to software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Usually you just have a reference id field in the apps that you can enter the id (or a link sometimes) of the ticket in the other app.

You most often do this when you have an internal task tracking system and your customer has another - so the customer raises a ticket for themselves and (hopefully after investigation and escalating it) sends you the problem, you then raise your own ticket in your system and add whatever id, number, or other tracking reference of the customer's ticket.

From then on, updating both is a manual task. Updating foreign ticket apps is not really a requirement of a ticketing system.. if it was, you'd just use the other system directly.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.