We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.

Details

    • New Feature
    • Resolution: Unresolved
    • None
    • None
    • Workflows
    • High
    • Introduction of a in workflow triggerable action to create additional jobs for tasks.

    Description

      problem

      For specific workflow scenarios the task defaults are not sufficient to create all needed jobs on task creation.

      Therefore a workflow action autocreateJobs should be added which can then be configured on the trigger handleAfterImport. When adding that to the workflow action table, the entry must be positioned before or after the already existing notifyAllAssociatedUsers on the same trigger. Just depending on the needs (with our without notification mails to the new jobs).

      As configurable parameters the following structure should be used in the workflow action parameters field:

      { "steps":[{
        "step": "WorkflowStepName", //Must be a valid value of the LEK_workflow_step table entries matching the workflow
        "state": "open", // a valid job state (open / waiting / finished / unconfirmed)
        "deadlineDate": "strtotime parsable string", //used as deadline Date then
        "user": {
          "type": "login",
          "login": "loginname"
        },
        "user": {
          "type": "taskPm"
        },
        "user": {
          //adds all users of the previous workflow step with given name
          "type": "previousWorkflowStep",
          "workflowStep": "translation"
        }
      }]} 

      Attention: This implies that the PM is always assigned to the task in the workflow, which implies that the PM will always get the task readonly on opening since mostly the workflow step for the PM is in status waiting. This is by purpose.

      Attachments

        Issue Links

          Activity

            Loading...

            Details

              • New Feature
              • Resolution: Unresolved
              • None
              • None
              • Workflows
              • High
              • Introduction of a in workflow triggerable action to create additional jobs for tasks.

              Description

                problem

                For specific workflow scenarios the task defaults are not sufficient to create all needed jobs on task creation.

                Therefore a workflow action autocreateJobs should be added which can then be configured on the trigger handleAfterImport. When adding that to the workflow action table, the entry must be positioned before or after the already existing notifyAllAssociatedUsers on the same trigger. Just depending on the needs (with our without notification mails to the new jobs).

                As configurable parameters the following structure should be used in the workflow action parameters field:

                { "steps":[{
                  "step": "WorkflowStepName", //Must be a valid value of the LEK_workflow_step table entries matching the workflow
                  "state": "open", // a valid job state (open / waiting / finished / unconfirmed)
                  "deadlineDate": "strtotime parsable string", //used as deadline Date then
                  "user": {
                    "type": "login",
                    "login": "loginname"
                  },
                  "user": {
                    "type": "taskPm"
                  },
                  "user": {
                    //adds all users of the previous workflow step with given name
                    "type": "previousWorkflowStep",
                    "workflowStep": "translation"
                  }
                }]} 

                Attention: This implies that the PM is always assigned to the task in the workflow, which implies that the PM will always get the task readonly on opening since mostly the workflow step for the PM is in status waiting. This is by purpose.

                Attachments

                  Issue Links

                    Activity

                      People

                        volodymyr@mittagqi.com Volodymyr Kyianenko
                        tlauria Thomas Lauria
                        Thomas Lauria
                        Votes:
                        0 Vote for this issue
                        Watchers:
                        1 Start watching this issue

                        Dates

                          Created:
                          Updated:

                          People

                            volodymyr@mittagqi.com Volodymyr Kyianenko
                            tlauria Thomas Lauria
                            Thomas Lauria
                            Votes:
                            0 Vote for this issue
                            Watchers:
                            1 Start watching this issue

                            Dates

                              Created:
                              Updated: