Mapping business processes
It is often said that a good software system is one that adapts to your business and not one that requires your business to adapt to the software. Jira is an excellent example of the former. The power of Jira is that you can easily configure it to model your existing business processes through the use of workflows.
A business process flow can often be represented as a flow chart. For example, a typical approval flow may include tasks such as approval submission, approval review, and—finally—approval or rejection of the request, where the user needs to follow these tasks in sequential order. You can easily implement this as a Jira workflow. Each task will be represented as a workflow status, with transitions guiding you on how you can move from one status to the next. In fact, when working with workflows, it is often a good approach to first draft the logical flow of the process as a flow chart and then implement it as a workflow. As we will...