Changes between Version 9 and Version 10 of AnjLabSyncItPlugin


Ignore:
Timestamp:
Jan 4, 2018, 7:13:47 PM (6 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • AnjLabSyncItPlugin

    v9 v10  
    99== Description
    1010
    11 This plugin is about tasks management. The following systems are often used by developers, either collective or personal:
     11This plugin is about managing Trac tickets as Outlook tasks. The following systems are often used by developers, either collectively or personal:
    1212
    1313 * Trac is an enhanced wiki and issue tracking system for software development projects.
    1414 * Microsoft Outlook 2007 is a tool that, in addition to mail management, features the ability to organize your time with Tasks and a Calendar.
    1515
    16 There are many teams that use Trac to track tickets within project and many developers which use Outlook for time management. They would like to have Trac tickets as personal Outlook tasks. Now it is possible with !AnjLab SyncIT. It is a program that works in the background and is visible in the Windows tray. It requests periodically Trac URLs, defined as tasks sources at preferences and creates / updates tasks in the Outlook database. The following information is used for synchronization:
     16There are many teams that use Trac to track tickets within project and many developers which use Outlook for time management. They would like to have Trac tickets as personal Outlook tasks. Now it is possible with !AnjLab SyncIT. It is a program that works in the background and is visible in the Windows tray. It periodically requests Trac URLs, defined as tasks sources at preferences and creates / updates tasks in the Outlook database. The following information is used for synchronization:
    1717
    18  * Title. Trac project (source name) is included as prefix to title in Outlook.
     18 * Title: a Trac project (source name) is included as prefix to a title in Outlook.
    1919 * Priority.
    2020 * Ticket body.
    2121 * Some additional attributes like Milestone, Version, Component are saved as part of body.
    2222
    23 Imported task will be assigned to category defined for task source. In case, when ticket is closed/reassigned at Trac, a related Outlook task will also be closed. Now SyncIT support Trac, dotProject and Google code hosting.
     23The imported task will be assigned to a category defined for task source. In case when the ticket is closed/reassigned within Trac, a related Outlook task will also be closed. Now SyncIT support Trac, dotProject and Google code hosting.
    2424
    2525== Bugs/Feature Requests
     
    4545== Installation
    4646
     47This plugin can only be installed on Windows machines that have Outlook installed.
    4748General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4849