Backstage
    Preparing search index...
    • Creates a gitlab:issue:edit Scaffolder action.

      Parameters

      Returns TemplateAction<
          {
              addLabels?: string;
              assignees?: number[];
              confidential?: boolean;
              description?: string;
              discussionLocked?: boolean;
              dueDate?: string;
              epicId?: number;
              issueIid: number;
              issueType?: "issue"
              | "incident"
              | "test_case"
              | "task";
              labels?: string;
              milestoneId?: number;
              projectId: number;
              removeLabels?: string;
              repoUrl: string;
              stateEvent?: "close" | "reopen";
              title?: string;
              token?: string;
              updatedAt?: string;
              weight?: number;
          },
          {
              issueId: number;
              issueIid: number;
              issueUrl: string;
              projectId: number;
              state: string;
              title: string;
              updatedAt: string;
          },
          "v2",
      >