Is it possible to have Jira Kanban Board auto populate an issue to an assignee based on date?

Timothy Murphy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 24, 2024

We have created a Kanban board in Jira to track CDRLs.  We want to have the date in the Kanban board trigger the creation of an issue to an assignee in Jira.  Is it possible and if so, how is it done?

1 answer

0 votes
Édpo César
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2024

Hi Timothy, let me see if I got it...

Could this date be based on created date field? If so, try this rule:

e.g. If story card was created more than 5 days ago, from the created date, change the assignee.

  • Trigger: Schedule
  • Choose e.g. to run it one time a working day, at a specific time
  • Condicion JQL: Createdate =>5d and issuetype in (story)
  • Action: Edit item (Assigne Field)

 

Suggest an answer

Log in or Sign up to answer