My teams are 'shared' in nature. We support many 'projects'. We are using somewhat of a kanban approach to address our workflow. I'd like to be more visual on our Kanban board with the work items requested by other projects. My vision is that if another project requests work from our team, the create an issue in our project and link it to an issue in theirs.
I would then like to add a swimlane in our project to populate all of our issues that are linked out to other projects.
I can use this to limit WIP as well as have those teams help me prioritize their requests.
I'm not sure the best JQL to build the swimlane with? Anything will help!
Hello John,
Per your description, you would like to display in a swimlane all the issues in your project that are linked to issues in another project. Is that correct?
If that's the case, you will need a plugin to return this information. The Script Runner plugin give you some a JQL parameter that provides you this kind of information: linkedIssuesOf
issueFunction in linkedIssuesOf(
"project != testproject"
)
For more details about it, you can check Script Runner documentation in the link below:
Please, let me know if it works for you.
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.