Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide provides a comprehensive guide on how to leverage the powerful combination of Jira Automation and Business Process Manager to seamlessly calculate and set due dates for tasks exclusively on business days. By following these instructions, you can ensure accurate and efficient due date management, enhancing your team's productivity and project schedule.

Table of Contents

Prerequisites

Before proceeding with the integration, ensure you have the following prerequisites in place:

Use cases

The documented approach can be applied in various scenarios, including but not limited to:

  • Project Management: Efficiently managing project timelines, milestones, and dependencies.

  • Service Desk: Ensuring timely resolution of customer requests while meeting SLAs.

  • Agile Development: Facilitating sprint planning and ensuring tasks are completed within iterations.

Instruction on how to set issue Due Date including only Business days

a. Building a Template in Business Process Manager:

  1. Open the Business Process Manager add-on and create a new process template.

  2. Set up steps that will be Jira issues with Project, Assignee, Submition action, etcConfigure Template Steps (Jira Issues).

b. Setting up Automation Rules in Jira:

  1. Go to your Jira project settings and access the Automation section.

  2. Create a new rule for the project where issues will be generatedcreated.

  3. Configure the rule to trigger based on issue creation from the reporter activate when issues are generated through the Business Process Manager reporter.

  4. Set Due Date Calculate the due date for tasks based only on exclusively considering business days calculation by rule . Utilize the following rule for dynamic due date calculation: {{now.plusBusinessDays(5)}}. The date in value within the brackets will be dynamically be calculated and set in computed and applied to the issue field due to upon the creation of the issue by the Business Process Manager issue creation.

c. Deployment and Execution: Once the process template starts and the Jira issue creates it will have a predefined Due Date field that calculates only business days.

...