Ich möchte eine Regel erstellen die beim Erstellen eines Tasks direkt das Startdatum (heute) und Fälligkeitsdatum (heute + 1) vergibt.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I looks, that I had wrong smart values, for example: {{now.format("dd/MM/yyyy")}}
Now it works. Many thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.