Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,161
Community Members
 
Community Events
184
Community Groups

Automatically set start date when ticket moved from To Do ---> In Progress column

Can you please tell how can I automatically set start date when ticket moved from To Do ---> In Progress column in classic Jira kanaban board.

Like we have in  in Next Gen

Manage rules -> Add rules -> Update an issue field ->For issues moving to (In progress) -> Update this field (start date)   

 

4 answers

2 accepted

2 votes
Answer accepted
Jira Guru
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.
Sep 13, 2020 • edited

Hi @GZ 

Automation -> Add Rules -> Trigger -> Issue Transitioned

When: Issue transitioned

FROM

To Do

TO

In Progress

Then: Edit issue fields

Start date

{{now.plusDays(0)}}

Thank

I followed your mentioned steps, but when I move the issue start date does not appear on ticket.

Any idea?image.pngimage.png

Florian
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.
Sep 13, 2020

Take a look in the audit log of you automation rule. Perhaps there are some errors. 

Like Olga Nemo likes this

How do you add the condition to check that the Start Date is EMPTY before updating it?  Start Date does not appear in the list of fields to check. Thanks in advance.

Like Jeanette Bartlett likes this

Does anyone have a reply to this question as I am trying to do the same thing.  Only set the start date if it has not already been set.

For some reason it is not accepting the way that the smart value is disposed...Captura de Tela 2021-12-09 às 12.35.33.png

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 18, 2020

Hey @GZ

To make the automation rule to work as intended, the automation user executing the rule (Automation app user) should be allowed to edit the issue. That being said, check the following steps:

  1. Check if the field "Start date" is properly added to the issue screens under project settings > Screens, selecting the edit screen related to your issue type
  2. Check if the field is not hidden in the issue screen, under project settings > Issue Layout
  3. Check if the field is not configured as hidden in the field configuration scheme, under  Project settings > Fields > Check at the right of the field (Optional or Hide)
  4. Check if the project role "atlassian-addons-project-access" is added with the Edit issue permission under project settings > permissions. If you are using any Issue Security levels, ensure the role is also added to it
  5. Check if the user "Automation app user" is added to the "atlassian-addons-project-access" role:
    Managing Project roles 

Let us know if you have any questions.

Now it works, thank you all.

Like Petter Gonçalves likes this

I worked it out using automation

  1. When Issue transitions to In Progress
  2. If Issue matches JQL "Start date[Date]" is EMPTY
  3. Then: Edit issue fields     Start Date to be {{now.plusDays(0)}}

Hey Jack would you be able to add a screenshot of your rule configuration?  Im a newbie. 

Hi @GZ

Check if you have option in post functions of this transition in the workflow.

Later after the changes, you can set the same in kanban board settings.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events