I'm currently integrating Jira and TFS using useTFS. After some initial challenges, things are now moving relatively smoothly.
I have one issue though. The UI in Jira show values related to time in a very userfriendly fashion. Below the deck, time is stored as seconds.
This means that the original estimate, actual work and remaining estimate is synced to TFS as seconds, which makes it a bit difficult. One thing is the readability from Jira > TFS. The other is the sync the other way around. Take a look at the image below how the numbers end up after the sync har completed.
So the question is - how can I fix this and make the two sync more "nicely"?
Hi Ivar,
See last example on https://bitbucket.org/pigsty/usetfs/wiki/Groovy%20expressions
Thank you Andrzej; I guess we both answered more or less at the same time. One question btw - I have a custom field in TFS with type double: CustomField.ActualWork. This I have set up to sync with timespent in Jira. But this value does not sync. Based on the documentation it seems that this might work, or not :) Any comment?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a feeling I can do this with a Groovy script... I got a hint from this page, all the way to the bottom: https://bitbucket.org/pigsty/usetfs/wiki/Groovy%20expressions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.