Versions Compared

Key

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

Introduction

Info

Supports JIRA version 7.2.0 to 8.0.2

...

What is Round-robin Scheduling?

A round-robin story is one that is started by one person and then continued successively by others in turn. Whether an author can get additional turns, and how the story can be ended depend on the rules.

About

Round-robin Assignment plugin assign issues to users of a selected group using 3 different strategies given below, strategy can be configured in "Round Robin Assignment" panel in "project settings". Strategies are set specific to IssueType in Project.

...

  • Group Based RoundRobin : configure "Group Based RoundRobin" for Total Estimation Based RoundRobin, issue will be assigned to the user in a group who has minimum total of Original Estimate.
  • Field BasedRoundRobin :  configure "Field Based RoundRobin" for Total Estimation Based RoundRobin, select Field, map each option with a group.
    select option of configured field while creating issue, issue will be assigned to the user in a group mapped with option who with minimum total of Original Estimate 


Warning

Add below postfunction Roundrobin would not be applied unless a postfunction is added on transition. Follow below steps to apply above configured roundrobin strategy

Apply on PostFunction :

       Note :  To apply "RoundRobin Assignment" PostFunction on create transition, order it before "create issue originally" postfunction.

  • Apply Postfunction "RoundRobin Assignment" on workflow transition to use RoundRobin Strategy

               



miscellaneous behaviour :

  1. When Project is deleted it's all RoundRobin configurations will be deleted.
  2. When Field is deleted  it's all RoundRobin configurations will be deleted.
  3. When Field Option is disabled or deleted it's all RoundRobin configurations will be deleted.
  4. When Group is deleted it's all RoundRobin configurations will be deleted. 

...