Guidelines for handling patch releases in TFS Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!How do small software patches correct big software?Submit bug fixes on launchpad through patches or merge proposals?software distribution and patch managementGenerate a git patch for a specific commitTask dependencies and stories too long for sprintHow to apply a Django patch?updating a patch to the new version of a programHow do I write a Makefile rule to apply patches using Quilt?How do I patch eclipse?Patching a bug in the JDK for an individual application
How do I find my Spellcasting Ability for my D&D character?
Calculation of line of sight system gain
What is "Lambda" in Heston's original paper on stochastic volatility models?
Improvising over quartal voicings
Twin's vs. Twins'
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Why do C and C++ allow the expression (int) + 4*5;
How can I list files in reverse time order by a command and pass them as arguments to another command?
By what mechanism was the 2017 UK General Election called?
Is there a spell that can create a permanent fire?
NIntegrate on a solution of a matrix ODE
Is this Kuo-toa homebrew race balanced?
Keep at all times, the minus sign above aligned with minus sign below
Marquee sign letters
Why does BitLocker not use RSA?
How does the body cool itself in a stillsuit?
Inverse square law not accurate for non-point masses?
Meaning of 境 in その日を境に
Determine whether an integer is a palindrome
Weaponising the Grasp-at-a-Distance spell
Is the time—manner—place ordering of adverbials an oversimplification?
Statistical analysis applied to methods coming out of Machine Learning
How do you cope with tons of web fonts when copying and pasting from web pages?
calculator's angle answer for trig ratios that can work in more than 1 quadrant on the unit circle
Guidelines for handling patch releases in TFS
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!How do small software patches correct big software?Submit bug fixes on launchpad through patches or merge proposals?software distribution and patch managementGenerate a git patch for a specific commitTask dependencies and stories too long for sprintHow to apply a Django patch?updating a patch to the new version of a programHow do I write a Makefile rule to apply patches using Quilt?How do I patch eclipse?Patching a bug in the JDK for an individual application
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm working on a company which uses TFS to handle the development process. We use iterations to determine which user stories to be developed for a certain release. With other words, there is a connection between a release and an iteration in TFS. Now I'm thinking of how to handle patch releases (a release to fix bugs). Are they separate iterations or is there another way to handle them?
I have searched the Internet for guidelines how to handle patch releases without finding anything useful. Does anyone know of any guidelines to handle patch releases within TFS?
tfs patch sprint
add a comment |
I'm working on a company which uses TFS to handle the development process. We use iterations to determine which user stories to be developed for a certain release. With other words, there is a connection between a release and an iteration in TFS. Now I'm thinking of how to handle patch releases (a release to fix bugs). Are they separate iterations or is there another way to handle them?
I have searched the Internet for guidelines how to handle patch releases without finding anything useful. Does anyone know of any guidelines to handle patch releases within TFS?
tfs patch sprint
Unless you plan to issue patche releases on a regular basis (in which case, patch releases should be part of your development cadence and thus scheduled like any other iteration), they fall under the category of "hotfixes", which are by their nature out-of-band.
– Daniel Mann
Mar 22 at 14:26
But even if you make a hotfix, there should be Bugs and/or User Stories connected to the hotfix. I wonder if there are any guidelines how to handle this in TFS. Should they be attached to a separate iteration or should they be handled in a different way. I haven't found any relevant guidelines for this, which I found kind of strange as all development teams must handle this on a regular basis.
– Janni Kajbrink
Mar 22 at 18:56
Unplanned hotfixes go into the current sprint.
– Daniel Mann
Mar 22 at 18:58
If they go into the current sprint, how do you distinguish them from the rest of the user stories which are released in the planned release? Are there not any guidelines from the TFS team for handling these kind of situations?
– Janni Kajbrink
Mar 27 at 14:31
It depends on what you're trying to track and why. You can tag the work items as "hotfix", for example. Or you can add a new lane to the kanban board for "unplanned". There are a lot of options, it's all about what works best for your organization.
– Daniel Mann
Mar 27 at 16:16
add a comment |
I'm working on a company which uses TFS to handle the development process. We use iterations to determine which user stories to be developed for a certain release. With other words, there is a connection between a release and an iteration in TFS. Now I'm thinking of how to handle patch releases (a release to fix bugs). Are they separate iterations or is there another way to handle them?
I have searched the Internet for guidelines how to handle patch releases without finding anything useful. Does anyone know of any guidelines to handle patch releases within TFS?
tfs patch sprint
I'm working on a company which uses TFS to handle the development process. We use iterations to determine which user stories to be developed for a certain release. With other words, there is a connection between a release and an iteration in TFS. Now I'm thinking of how to handle patch releases (a release to fix bugs). Are they separate iterations or is there another way to handle them?
I have searched the Internet for guidelines how to handle patch releases without finding anything useful. Does anyone know of any guidelines to handle patch releases within TFS?
tfs patch sprint
tfs patch sprint
asked Mar 22 at 12:41
Janni KajbrinkJanni Kajbrink
1861312
1861312
Unless you plan to issue patche releases on a regular basis (in which case, patch releases should be part of your development cadence and thus scheduled like any other iteration), they fall under the category of "hotfixes", which are by their nature out-of-band.
– Daniel Mann
Mar 22 at 14:26
But even if you make a hotfix, there should be Bugs and/or User Stories connected to the hotfix. I wonder if there are any guidelines how to handle this in TFS. Should they be attached to a separate iteration or should they be handled in a different way. I haven't found any relevant guidelines for this, which I found kind of strange as all development teams must handle this on a regular basis.
– Janni Kajbrink
Mar 22 at 18:56
Unplanned hotfixes go into the current sprint.
– Daniel Mann
Mar 22 at 18:58
If they go into the current sprint, how do you distinguish them from the rest of the user stories which are released in the planned release? Are there not any guidelines from the TFS team for handling these kind of situations?
– Janni Kajbrink
Mar 27 at 14:31
It depends on what you're trying to track and why. You can tag the work items as "hotfix", for example. Or you can add a new lane to the kanban board for "unplanned". There are a lot of options, it's all about what works best for your organization.
– Daniel Mann
Mar 27 at 16:16
add a comment |
Unless you plan to issue patche releases on a regular basis (in which case, patch releases should be part of your development cadence and thus scheduled like any other iteration), they fall under the category of "hotfixes", which are by their nature out-of-band.
– Daniel Mann
Mar 22 at 14:26
But even if you make a hotfix, there should be Bugs and/or User Stories connected to the hotfix. I wonder if there are any guidelines how to handle this in TFS. Should they be attached to a separate iteration or should they be handled in a different way. I haven't found any relevant guidelines for this, which I found kind of strange as all development teams must handle this on a regular basis.
– Janni Kajbrink
Mar 22 at 18:56
Unplanned hotfixes go into the current sprint.
– Daniel Mann
Mar 22 at 18:58
If they go into the current sprint, how do you distinguish them from the rest of the user stories which are released in the planned release? Are there not any guidelines from the TFS team for handling these kind of situations?
– Janni Kajbrink
Mar 27 at 14:31
It depends on what you're trying to track and why. You can tag the work items as "hotfix", for example. Or you can add a new lane to the kanban board for "unplanned". There are a lot of options, it's all about what works best for your organization.
– Daniel Mann
Mar 27 at 16:16
Unless you plan to issue patche releases on a regular basis (in which case, patch releases should be part of your development cadence and thus scheduled like any other iteration), they fall under the category of "hotfixes", which are by their nature out-of-band.
– Daniel Mann
Mar 22 at 14:26
Unless you plan to issue patche releases on a regular basis (in which case, patch releases should be part of your development cadence and thus scheduled like any other iteration), they fall under the category of "hotfixes", which are by their nature out-of-band.
– Daniel Mann
Mar 22 at 14:26
But even if you make a hotfix, there should be Bugs and/or User Stories connected to the hotfix. I wonder if there are any guidelines how to handle this in TFS. Should they be attached to a separate iteration or should they be handled in a different way. I haven't found any relevant guidelines for this, which I found kind of strange as all development teams must handle this on a regular basis.
– Janni Kajbrink
Mar 22 at 18:56
But even if you make a hotfix, there should be Bugs and/or User Stories connected to the hotfix. I wonder if there are any guidelines how to handle this in TFS. Should they be attached to a separate iteration or should they be handled in a different way. I haven't found any relevant guidelines for this, which I found kind of strange as all development teams must handle this on a regular basis.
– Janni Kajbrink
Mar 22 at 18:56
Unplanned hotfixes go into the current sprint.
– Daniel Mann
Mar 22 at 18:58
Unplanned hotfixes go into the current sprint.
– Daniel Mann
Mar 22 at 18:58
If they go into the current sprint, how do you distinguish them from the rest of the user stories which are released in the planned release? Are there not any guidelines from the TFS team for handling these kind of situations?
– Janni Kajbrink
Mar 27 at 14:31
If they go into the current sprint, how do you distinguish them from the rest of the user stories which are released in the planned release? Are there not any guidelines from the TFS team for handling these kind of situations?
– Janni Kajbrink
Mar 27 at 14:31
It depends on what you're trying to track and why. You can tag the work items as "hotfix", for example. Or you can add a new lane to the kanban board for "unplanned". There are a lot of options, it's all about what works best for your organization.
– Daniel Mann
Mar 27 at 16:16
It depends on what you're trying to track and why. You can tag the work items as "hotfix", for example. Or you can add a new lane to the kanban board for "unplanned". There are a lot of options, it's all about what works best for your organization.
– Daniel Mann
Mar 27 at 16:16
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55299836%2fguidelines-for-handling-patch-releases-in-tfs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55299836%2fguidelines-for-handling-patch-releases-in-tfs%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Unless you plan to issue patche releases on a regular basis (in which case, patch releases should be part of your development cadence and thus scheduled like any other iteration), they fall under the category of "hotfixes", which are by their nature out-of-band.
– Daniel Mann
Mar 22 at 14:26
But even if you make a hotfix, there should be Bugs and/or User Stories connected to the hotfix. I wonder if there are any guidelines how to handle this in TFS. Should they be attached to a separate iteration or should they be handled in a different way. I haven't found any relevant guidelines for this, which I found kind of strange as all development teams must handle this on a regular basis.
– Janni Kajbrink
Mar 22 at 18:56
Unplanned hotfixes go into the current sprint.
– Daniel Mann
Mar 22 at 18:58
If they go into the current sprint, how do you distinguish them from the rest of the user stories which are released in the planned release? Are there not any guidelines from the TFS team for handling these kind of situations?
– Janni Kajbrink
Mar 27 at 14:31
It depends on what you're trying to track and why. You can tag the work items as "hotfix", for example. Or you can add a new lane to the kanban board for "unplanned". There are a lot of options, it's all about what works best for your organization.
– Daniel Mann
Mar 27 at 16:16