Is there any way of customizing the Filters that are displayed on a Software Project other than the standard "All Issues, My Open Issues, Reported by Me, Open Issues, Done Issues, Viewed Recently, Resolved Recently, or Updated Recently"???
I'd like to display a custom filter on that screen and don't think there's a way to do that, but I'm just checking
Hi Laurent,
There is a lot of good documentation to read out there. I recommend:
https://confluence.atlassian.com/adminjiraserver073/defining-a-project-861253214.html
in addition to the Atlassian documentation I'd suggest the book 'Practical JIRA Administration' by Matthew B Doar (easy to read and covers your questions and more
These are my comments to your questions which you can find in the Confluence page above and also the book:
1) What schemes are and why I would need them
Schemas are a collection of configured values that can be used by one or more projects.
2) What a screen is and why I would need it
JIRA allows you to display particular pieces of issue information at particular times, by defining screens. A screen is simply a collection of fields. You can choose which screen to display when an issue is being created, viewed, edited, or transitioned through a particular step in a workflow.
3) What an issue type is and why I would need it
JIRA enables you to keep track of different types of things — bugs, tasks, helpdesk tickets, etc — by using different issue types. You can also configure each issue type to act differently, e.g. to follow a different process flow or track different pieces of information.
4) And Most Importantly...Do you build the system from the bottom up (workflow ->project ) or top down (project -> workflow).
Workflows and project can exist independent of each other. When you create a project a generic workflow may be associated to the project but then you can create a new workflow and link it to your project Keep in mind that several projects can share a workflow, so if you change a workflow that is associated to more than one project you impact all the projects. What I like to do is to copy an existing workflow and make sure that my project is linked to that workflow so I can make the changes I need without impacting others. In some cases though it makes sense to share the workflow among projects, and this can minimize maintenance.
I hope this helps. Please read the documentation I recommended (at least the Confluence page) and let me know if you have questions or comments, I'll be happy to help.
Carlos
Thanks for all the information. I will look into this and let you know if I have other questions.
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.