Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Erstellung einer Automation (Startdatum und Fälligkeitsdatum vergeben)

Salinger_ Markus July 12, 2023

Ich möchte eine Regel erstellen die beim Erstellen eines Tasks direkt das Startdatum (heute) und Fälligkeitsdatum (heute + 1) vergibt.

1 answer

2 votes
Trudy Claspill
Community Champion
July 12, 2023

Hallo @Salinger_ Markus ,

Willkommen in der Atlassian-Community.

Dies ist mit Automatisierungsregeln möglich.

Haben Sie versucht, die Regel zu konstruieren? Was hast du bisher? Mit welchem ​​Teil haben Sie zu kämpfen?

Die Struktur der Regel wäre

TRIGGER: Problem erstellt

AKTION: Problem bearbeiten

- Wählen Sie die zu bearbeitenden Felder aus: Startdatum und Fälligkeitsdatum

- Verwenden Sie intelligente Werte, um die Felder festzulegen

Als Startdatum verwenden Sie {{now.jiraDate}}

Für das Fälligkeitsdatum verwenden Sie {{now.plusDays(1).jiraDate}}

Einzelheiten zu intelligenten Datumswerten finden Sie unter:

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/

 

---

Hello,

Welcome to the Atlassian community.

That is possible to do with Automation Rules.

Have you tried to construct the rule? What do you have so far? With what part are you struggling?

The structure of the rule would be

TRIGGER: Issue Created

ACTION: Edit Issue

- Select the fields to edit: start date and due date

- Use smart values to set the fields

For start date use {{now.jiraDate}}

For due date use {{now.plusDays(1).jiraDate}}

For details on date smart values refer to:

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/

Creation of an automation (assign start date and due date)

I want to create a rule that assigns the start date (today) and due date (today + 1) when creating a task.

Salinger_ Markus July 12, 2023

Hi,

thank you very much,

May be the smart values were wrong. I have to check the audit log.

But I did it in the way you described.

 

I will try again.

Salinger_ Markus July 12, 2023

I looks, that I had wrong smart values, for example: {{now.format("dd/MM/yyyy")}}

 

Now it works. Many thanks!

Suggest an answer

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

Atlassian Community Events