Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSEE/ATS/FAQ"

(How do I create tasks for a Team Workflow)
(How do I create tasks for a Team Workflow)
Line 10: Line 10:
 
<li>From the "Task" tab off the Team Workflow Editor, select the "New Task"</li>
 
<li>From the "Task" tab off the Team Workflow Editor, select the "New Task"</li>
 
<li>Right click on "Task" tab table off the Team Workflow Editor, select "New Task"</li>
 
<li>Right click on "Task" tab table off the Team Workflow Editor, select "New Task"</li>
<li>Select pulldown from toolbar off the Team Workflow Editor, select "Import Tasks via Simple List" and enter one task title per line. You can also select an assignee for the new Task(s).</li>
+
<li>Import tasks from Simple List</li>
<li>Select pulldown from toolbar off the Team Workflow Editor, select "Import Tasks via Spreadsheet".</li>
+
  <ol>
 +
  <li>Select pulldown from toolbar off the Team Workflow Editor, select "Import Tasks via Simple List"</li>
 +
  <li>Enter one task title per line.</li>
 +
  <li>Select an assignee for the new Task(s), if desired.</li>
 +
  </ol>
 +
<li>Import tasks from Spreadsheet</li>
 +
  <ol>
 +
  <li>Download sample excel spreadsheet</li>
 +
  <li>Edit spreadsheet, providing one row per task to be created</li>
 +
  <li>Ensure that Originator and Assignee cells have name of existing user in your OSEE database</li>
 +
  <li>Select pulldown from toolbar off the Team Workflow Editor, select "Import Tasks via Spreadsheet".</li>
 +
  </ol>
 
</ol>
 
</ol>
  

Revision as of 17:38, 20 April 2009

ATS Frequently Asked Questions

Tasks

What is a Task?

How do I create tasks for a Team Workflow

There are a few ways to easily create tasks for a Team Workflow.

  1. From the "Task" tab off the Team Workflow Editor, select the "New Task"
  2. Right click on "Task" tab table off the Team Workflow Editor, select "New Task"
  3. Import tasks from Simple List
    1. Select pulldown from toolbar off the Team Workflow Editor, select "Import Tasks via Simple List"
    2. Enter one task title per line.
    3. Select an assignee for the new Task(s), if desired.
  4. Import tasks from Spreadsheet
    1. Download sample excel spreadsheet
    2. Edit spreadsheet, providing one row per task to be created
    3. Ensure that Originator and Assignee cells have name of existing user in your OSEE database
    4. Select pulldown from toolbar off the Team Workflow Editor, select "Import Tasks via Spreadsheet".

Configuration

How do I configure ATS for multi-branch committing

ATS can be configured to support committing artifact changes to multiple variant branches. This is done through configuring ATS to use Versions and configuring each version to the branch that it manages. See http://wiki.eclipse.org/OSEE/ATS/Users_Guide.

Back to the top