You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi
after creating some issues and sprint, I'm now on the way to create a roadmap. (The sprints are only important for the preparation of my business.)
After creating some epics I've created also some stories. But as you can see below, I can't put the time of the first story according to the epic which it belongs to. That is not logical, is it? I mean, normaly the dates of all of the stories create/define the date of the epic. What do I wrong?
Hello @Domo
You need to change the configuration of your Timeline to schedule child issues based on dates rather than sprints.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By the way,
do you know how I can define the dependenced betweet two stories, like in regular gantt charts? F. e. story 2 depends on story 1 in such a way that story 2 begins exactly seven days after story 1 (no matter how story 1 changes).
In most project-management tools the definition for story 2 would be e.g. as follows: '1AA+7 days'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You define the dependency by using the Link Issues function and using the "blocks/is blocked by" relationship.
The basic Timeline function does not include automatic scheduling between dependent issues.
If you want a successor issue to change its start date automatically based on changes made to the dates of a predecessor, you would need to manage that with Automation Rules.
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) "You define the dependency by using the Link Issues function and using the "blocks/is blocked by" relationship."
Where can I find the 'link-issue function'? When I click on the link line there are just some details and the possibility to remove the link but nothing more:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
2) "The basic Timeline function does not include automatic scheduling between dependent issues."
Actually, I don't need any automation. I just need to set the dependency individually. That means, not only what depends on what but also how it depends. Like in the avarage project management tools.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When viewing issue details you can use the Link Issue button to create a link between the issue you are viewing and another issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is what I can see.
But there is nothing like the standard project-plan-issue settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Refer to the image below.
(1) is the same button I pointed to in my image, used to initiate the Link Issue function.
(2) is the area where you actually create the link. You select the link type on the left, and enter the other issue's key on the right.
If the task you are currently viewing is dependent on completion of another task, select "is blocked by" as the link type.
If the task you are currently viewing is the predecessor to another task select "blocks"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, I think that's exactly how I understood it before.
I understand the terms too.
Let's assume the following case.
Issue 1 should be followed by issue 2, with a buffer of 2 days being built in.
Where can I enter the buffer? So e.g. E.g. something like 'blocked by ... and 2 day buffer'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no built in field to enter a buffer value. You would have to add a custom field for that.
And the, as I said in my second response, if you want to automate the setting or changing of dates on successor task you can do that with Automation Rules.
However you will face limitations with Automations.
1. The rule to update successor tasks would be recursive. There is a limit of 10 recursive calls for Automation rules. If you had a chain of more than 10 dependent tasks the rule would not be able to update them all.
2. There are changes coming to how rule executions will be counted, and each plan has a limit on how many rule executions you are allowed. The limit on the Free plan is the lowest and may not be adequate for your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.