You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
An example is we have a number of projects with many different teams that use many of same base programs in our network. If I want to find a way to manage and identify when one project affects another project due to using these same base resource programs (i.e to avoid conflict) What Jira feature or Plugin should I use?
I'm not sure I understand the request but I find it very interesting. Do you want to track software applications that are used by different teams or projects? I'm not aware of a Jira feature of plugin that can scan scan your software dependencies like that. You could have teams populate a custom field with the programs they use (or they can select them from a list) and then you could query tickets on all projects for a specific entry in that field.
There is something called dependency managers, which are "software modules that coordinate the integration of external libraries or packages into larger application stack" (e.g. check https://medium.com/prodsters/what-are-dependency-managers-26d7d907deb8), but I'm not sure this is what you're looking for.
Thanks Carlos I will look into it. My question, for example, was relating if I have a number of Jira Projects and each project has a number of issues (issues being tasks). Let's say I want to assign a program file eg jquery.js to an issue/task#1 but then in another project in a different issue/task#2 someone else wants to assign the program file jquery.js also. In this example I would like to be able to:
If there any tutorials on how to do 1) and or 2) please advise or point me in the direction. I know Jira has their https://training.atlassian.com but i'm looking for a specific location/tutorial.
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!
From the looks there is nothing available out-of-the-box for a complex logic.
In case some basics would suffice you could work with Issue Links (assuming the program files are recorded as Jira Issues so they can be linked to other issues):
You then could query for them and display information in a filter. Some examples are contained in this blog post using functions like linkedIssues(issueKey, linkType) and hasLinkType(linkType).
In order to implement logic like warnings for conflicts I doubt there will be something easy available - at least you would need to write lines of own code.
Probably some kind of visualization App that shows dependencies from one issue to another could help you - https://marketplace.atlassian.com provides tons of Apps for nearly every use case, I would start searching for Apps capable of drawing dependencies.
Cheers,
Daniel
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.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.