I have created two issues(Issue 1, Issue 2) each contained in a separate sprint. Now, I link them using 'blocks' from Issue 1 to Issue 2, it means the Issue 1 should be completed before Issue 2. I have few questions over here,
So, I cannot figure out how the issue link 'blocks' works. What this issue link 'blocks' does actually?
A link in Jira is just a link. It shows a relationship between two issues, and nothing more.
"Issue A is blocked by Issue B" is useful information for us humans, but all Jira knows is "A <words> B". You could rename it to "Issue A eats fish provides by penguins assigned to Issue B" and it would make no difference.
So the answers to 1 and 2 are both "no" because there's no way Jira can know you want to do that. "blocks" is just the name for that type of link.
But, you can hang code off it if you want. It's very common to see both of your questions implemented with post-functions, validators, or functions in apps like ScriptRunner, PowerScripts, Automation etc.
Can you please explain specific scenario and usage of the link options...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Block links can be useful for planning which tickets to prioritize first. Unblocking the critical path through an epic can allow more developers to work simultaneously on it. An easy way to visualize such is to use an Issue Flow diagram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hari Prasath P,
Although it is called "blocks", it functionally doesn't block other issue. Blocks, relates, duplicates etc all link types behave same. It is just to understand the relation type between issues.
BUT, you can create your own rules in workflow transitions for instance; Do not resolve an issue if it has any unresolved linked issue with ... type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hari Prasath P,
the issue link "blocks" on its own is not really blocking anything. It's just a link between two issues which is named "blocks".
However, there are add-ons which provide conditions, validators and post-functions for your workflow, so you can e.g. disable a transition as long as there is a blocking linked issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
You will need to find and install apps that provide the functions you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Hari Prasath P,
The linked issues field is a method of tagging issues that may have dependencies.
Jira does not stop you from working on an issue even if their link have dependencies, this is due to multiple reasons however the most prominent is that an issue could be started but not finished due to a dependency.
What do you mean by Start Date? Is there a particular field that you are referencing?
Linking issue is more prominent in Portfolio for Jira as it utilises linking as a core feature to map out plans.
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Read this link and use Automation for Jira. You can easily create rules and specify actions / restriction on the "is blocked by" Issue or the "blocks" issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The link isn't working
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.