English 中文(简体)
How to create version in Jira properly?
原标题:
  • 时间:2010-02-11 17:01:28
  •  标签:
  • tfs
  • jira

How do you version in JIRA when your versions are like 4.8.{TFSBuild}.{TeamCity.Build}?
Do I simply create a 4.8 Version in Jira?
However what would I set the release date to?

The problem is that our versions are dynamically and created based on the build# from tfs and the Team City build#.
What is now the best way for me to create versions in Jira?
Only the Major. Minor is hardcoded for now and for every few bug fixes we upload the release to the live server.

最佳回答

Jira versions are primarily a planning tool (especially if you use Greenhopper aka Agile, where you can have a version hierarchy). So that s different from a build. It may take a thousand builds to achieve the functionality planned for a "FixFor" version.

On the other hand, "Affects" versions are used to track in which build a particular bug was found. So it ll pay to rename the "current version" (when you mark it as Released) to the actual build, as Hugo suggests. And cleanup/close/move any outstanding issues at the same time.

问题回答

I would suggest to name the upcoming version that doesn t have a fixed name yet something like "Next release".

When you actually do release that version then you can change the version name in Jira to reflect the correct name.

Using Jira For Project Management - Creating Versions

We use Jira for project management of daily task assignment and we like to have versions either by week or by month. This lets us assign work for a week and is very helpful with the Greenhopper plug in. Basically, you:

  1. Open the project from "Projects"
  2. On left side, click on "Versions"

We have version 4.4 so might be slightly different other Jira versions.





相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签