Use case:
Lets say I have issue A opened. Then someone (without knowing issue A is opened) opens up another issue (issue B) which discusses the same problems outlined in issue A.
Obviously we don't want two duplicate issues since they involve the same problem. How do I make one of the issues read-only which would force all the discussion about this problem to be in the other issue?
I am aware that there is a way to make an issue read-only based on transition conditions in a customized work flow:
https://community.atlassian.com/t5/Jira-questions/Making-a-closed-issue-read-only/qaq-p/365063
But what I am looking for is a way to do this for a particular issue. I prefer not to modify workflows that would impact all issues for a particular issue type. Thanks.
Thanks all, I used the Result Filter gadget with a custom filter and a sort by due date... it works great
Hi Dean,
You might be able to achieve your requirements by using a JQL/filter that specifies the following :
project = 'project A' and status in ('status A')
Of course, you would have to modify the filter accordingly to fit your requirements.
Once done, save it as a filter, then as Jason mentioned, use the filter results gadget to show the filter results in the dashboard
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.