|
Further to this issue, it would be also good to link (not import/export) the issues in Jira to activities in MS Project. Two types of links are candidates:
BR i'd love to see an integration with MS Project able to do the following:
there is a task A in MS-Project with Bob assigned as a ressource. 1-n according issues are created in jira manually and assigned to developer Bob. Bob has worked 4 hours on that issue and updates the according effort in jira. The project manager opens the project plan and retrieves the newest jira data. the effort spent on the jira issue is updated automatically in the according MS-Project task(s) and the progress bar is visible. if Bob enters a new estimation for remaining work in jira, the information should be updated in MS-Project as well. Tighter integration between JIRA and MS Project is definately on my JIRA wish-list. The CSV importer is a great step forward though. I have seen a company (http://www.mondo.com.br/jiraintegration
I would love to see a synchronization between MS Project and Jira. Tasks would be entered in MS Project, the respective ressources assigned. These would be imported into Jira. The work log would be synchronized back into MS Project, so that you can easily track the progress and have an overview on the project as a whole. It would be great if you could also synch releases from Project to Jira.
I am actually not a huge fan of MS Project, but it is sometimes simply a requirement.. A synchonization between MS Project and Jira would make the info stored in the project plan available to the team, you have less redundant data, etc.. A 2 way ms project integration would be a real benefit for us.
Sometimes its really necessary to work with tools like ms project (For example when issues got a fixed start / end time and other issues are depending on it). This means that such projects will be maintained as ms project files. And every user maintaining his project will simply avoid using jira. Personally i am also not a fan of ms project, but i see the necessity of such an integration. I like the idea of this plugin: http://confluence.atlassian.com/display/JIRAEXT/ILOG+Gantt+Bridge Please add the ability to use ms project as feature rich jira frontend. We have prototyped an MS Project plugin that can take an XML output from Jira (search and filter the project and tasks you want) and create an MS Project plan from that.
The tasks are grouped under the versions (sprints) and shows the time spent. Mappings include: Jira ---------------------------------------- MS Project This is a one way from Jira to MS Project only as we use Jira as the master for our work (and two way synchronisation sounds problematic to me). We haven't tested it with the latest version of Jira yet but it should work if the RSS feed hasn't changed. A problem exist with getting RSS feeds from Jira for large lists. Does this sound useful to any of you? Yes. It looks very interesting. I will have our team download this and
try it out. Thanks for pointing it out. mark Sorry, I'm not working for Atlassian nor MS so this plugin is not yet available online. Just wondered if anyone though that it might be useful for them and then I can check if my company will allow it to be available.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The first two requests seem to stem from the same problem in that you cannot search for linked issues. As you have already know the issue relating to this request ia available at JRA-3101. Further updates will be available from that issue in the future. There is also an issue open on the ability to export to MS Project - JRA-6386.
For No.3 it is possible to create a custom workflow -condition that can check the status of linked issues. However it does require you to configure JIRA from source.
, the logic for your request should be similar to the SubTaskBlockingCondition. The Manager of interest is IssueLinkManager which can be found at ComponentManager.getInstance().getIssueLinkManager();
There is a tutorial available at http://confluence.atlassian.com/x/9C0
By creating this workflow condition you should be able to create a new status of "Inactive" that can only be "Activated" if the condition is passed.
I am going to resolve this issue for now if you have any further questions either reopen this issue or comment on any of the related issues above.
Thanks,
Brian