Andrej Sandorf
5c91a50f01
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
image-20200331132513748.png | 3 years ago |
README.md
sidebar_navigation | description | robots | keywords |
---|---|---|---|
[{title Work packages FAQ} {priority 1}] | Frequently asked questions regarding work packages | index, follow | work packages FAQ, tickets, how to, task |
Frequently asked questions (FAQ) for work packages
Topic | Content |
---|---|
Working with work packages | Work package attributes, work package form, relations |
Filters and queries | Work package list, saving and changing filters and views |
Status and type | Work package statuses and work package types |
Move and copy | Moving and copying work packages |
Custom fields | Additional fields, self-defined attributes and values |
Export | Exporting, printing, external saving |
Versions and backlog | Using versions in work packages, relations to the backlogs module |
Working with work packages
How can I add a table with child work packages to my work package?
Please navigate to Administration ->Work packages ->Types, choose the respective work package type and navigate to form configuration. Then, use +Group to insert a work package table. Don't forget to press Save.
How can I assign users who do not have an account to work packages?
If you want to manage your project alone (without informing other team members) we recommend to use the placeholder users feature.
How can I set workload, deadline and duration in a work package?
- Workload: Use "Estimated time"
- Deadline: Use the finish date
- Duration: Create a custom field or just set start date and finish date.
How can I see which work packages have been assigned to me as part of a group (e.g. "Marketing team")?
You can set the assignee filter in the work package list to "Assignee and belonging group" to see all work package directly and indirectly (through a group membership) assigned to you. Save the view to keep it for the future.
How can I track the progress of my work package?
You can track the progress either manually by changing the progress bar in the work package details yourself. Or you can track it automatically by assigning the progress in % to the status of a work package. Please find the guide on how to do the automatic tracking (in bullet point 5) here.
Can I set multiple parents for one work package?
No, this is not possible.
Why can I not log time in a work package?
You need to activate the module "Time and costs" in the project settings, first.
I receive the error message "subject can't be blank", what's wrong?
One possible solution: If you receive this error message when trying to create a new work package: Please navigate to Administration ->Work packages ->Status ->[status of the work package you were trying to change, e.g. "New"] and un-check the box next to "Work package read-only". If this box was checked it could have caused these problems, as project attributes couldn't be changed.
How can I change the order of the activities/comments in the activity tab of a work package?
You can change this in your account settings. Please find out more here.
Why are changes on parent work packages which are triggered by changes to child work packages not aggregated?
OpenProject aggregates work package activities only if:
-
They are within the defined time frame
-
Are made by the same user
-
If at most one comment is part of the aggregate (because it is hard to merge two bodies of text)
As an inherited change is always commented ("Updated automatically by...") they can basically never be aggregated.
How can I fill/populate the position field/column for work packages?
The "Position" attribute is provided by the Backlogs plugin and shows the position of a work package in the backlog. If you create e.g. a Feature and assign it to a sprint, the position of the feature in the sprint is shown in the "Position" attribute on the work package list.
Can I restore a deleted workpackage?
There is no easy way to restore a deleted workpackage. Generally, you have the option to create and restore your own backups.
Filters and queries
How can I keep changed columns or filters for the work packages list?
Click on the three dots in the upper right corner and choose Save or Save as. The view's name will appear in the menu bar on the left. Please note: You can't change the default view "All open", clicking Save will have no effect.
How can I set certain filters and columns in the work packages list for my colleagues?
Tick the box next to "Public" when saving the work package view. We suggest ticking the box next to "Favored", too.
How can I remove or change the pre-set filter "open" in the work package view?
This is not possible at the moment, but you can configure and save another view.
A feature request to change this can be found here.
I sorted my work package list and when I get back to my work package list it doesn't look the same way again. Why?
It is most likely that you did not save the view of your work package list after sorting it. Make sure you save it (top right menu -> Save as or Save).
In the global work packages list, not all custom fields are available for filters. Why?
In the global work packages list, only the custom fields that apply to all projects are displayed in the filter area (setting "for all projects" in the administration). There are two reasons for this: 1. Potentially, a lot of values are displayed in the global filter list - especially if a lot of custom fields are used in individual projects. This can impair usability and (in extreme cases) performance. 2. As the values in the filter area are displayed for all users, sensitive information (name of the custom fields and their values) could in principle be visible to users who do not have access to the respective project where the custom field is activated.
I have a parent work package with multiple children. In the work package list I don't see all of the children below the parent. Why? How can I change this?
Please increase the number of displayed work packages per page in the administration. Then the probability of this phenomenon happening is lower. This is a known behavior of OpenProject, but not trivial to solve. There's already a feature request for this here.
Status and type
When I create a new work package it's always a "Task". How can I change the default work package type?
Please navigate to Administration ->Work packages ->Types. The type that is at the top of the list is the default type. To change it, use the arrows on the right to move another work package type to the top of the list.
I added new work package types. Why can i not see them?
Please make sure you activated them in the project settings first. If you still can't see them (e.g. in the boards module) please upgrade OpenProject to the newest release.
When I change the work package type of an existing work package, all attributes that are not part of the new work package type will be removed. What will happen to their values? Will the values be displayed again when I switch back to the original type?
The original values will be deleted when the work package type is changed. When the type is changed, the values of the attributes of the previous type, which the new type does not have, are deleted. This is also shown in the work package activity. If you change the back to the original/former type, the original attributes (which are configured for the work package type in the form configuration) are displayed again, but the original values are not assigned/restored. One should therefore be very careful when changing work package types (e.g. from Task to Milestone).
I created a new work package status, why can I not choose it?
Please add the new status to the workflow for all work packages you want to use it for, first. Find out here how to do it. Please make sure to un-check the box at top ("Only display statuses that are used by this type") to be able to see your new status.
Is it possible to adapt or rename the status list (i.e. the available work package statuses)?
Yes, this is absolutely possible. To do this, you would first have to create new statuses. In the second step you can then assign them to workflows.
We like for each department to have their own custom "status" with different value options in OpenProject. How do we do this?
The status which can be selected by users (based on the workflow) is always determined based on the work package type and the role of the user. In order to use the same work package type (e.g. task) but display different status for each department, you would need to create a separate role for each department. You can then add the members of a department (ideally using a group) and assign them with the correct role. Please find the guide here. To work with different status, first create those status in Administration ->Work packages ->Status. Next, go to Administration ->Work packages ->Workflow and select the combination of Type and Role for which you would like to set the allowed workflow transition. You can e.g. create a role “Marketing – Member” and select it as well as the type (e.g. “Task”). Make sure to uncheck the option “Only display statuses that are used by this type” and click on Edit. Now, you can select the correct status transitions. Repeat this step for the other (department) roles (e.g. “IT – Member”) and select the desired status transitions. This way, you can set different status for each department (only the default status is shared (i.e. “New” by default)). Please keep in mind that it may not be possible for a member of a different department to update the status of a work package if it has been updated before by another department (since the workflow may not support this status transition).
Move and copy
Which permissions are necessary to move a work package from one project to another?
To move a work package from one project to another, the following requirements must be met:
- The user must have access to both projects.
- The user needs at least the following permissions in both projects:
- "Display work packages"
- "Move work packages"
How can I copy work package hierarchies with their relations?
You can create work package templates with hierarchies (parent and child work packages) and copy these templates, including the relations. First, navigate to the work package table. Highlight all work packages (in the hierarchy) which you want to copy. To highlight and edit several work packages at once, keep the Ctrl key pressed and select the ones to be copied.
Right-click on the highlighted work packages. This will open a context menu.
Select Bulk copy in order to copy all selected work packages including their relations.
In the following view you have the possibility to change additional attributes of the work packages to be copied. Confirm your selection with Copy.
How can I move a work package to another project?
In the work package list: Right-click on the work package and choose Change project.
In the details view of the work package: Click on More (button with three dots in the upper right hand corner) and the on Change project.
Can I group tasks into folders?
There are no folders for work packages. I suggest either setting all work packages belonging together as children of the same parent work package (e.g. a Phase) or to create multiple projects for different topics. Alternatively you could use the work package categories or a custom field to group work packages. You can also indent hierarchy for for tasks to associate it with another work package like a phase, then they are relatete to the Pahase in the gantt chart.
Custom fields
How can I add additional fields to a work package (e.g. "Department")?
You can create a custom field for this that you add to the work package form. Please follow these instructions.
Will work package custom fields of the type "long text" be shown in the export of a work packages list?
As custom fields of the type "long text" cannot be added as a column, they cannot be exported via the page-wide export. However, individual work packages can be exported. This can be done either via the "PDF Download" or (better) via the browser print function.
Can I sum up custom fields?
Yes, you can display the sum of custom fields in the work packages list by checking the "Sum" option in the work package display settings.
Calculating a sum across different attributes (e.g. Estimated time + added hours) is however not possible.
Export
Is it possible to create a PDF export for the overview of the work packages with Gantt chart?
The export is available via the browser print function (ideally Google Chrome). To print the Gantt chart please have a look at these tips.
The work package XLS export is taking very long (> 10 minutes). Why is that and what can we do about this?
The work package export is run as a background job (such as e.g. copying projects). Therefore, the export may be delayed. The following factors can have an impact on the duration of the export:
- Number of work packages to be exported
- Chosen export (e.g. XLS with relations will possibly perform many more calculations)
- Number of columns in the export (less of an impact)
To identify how many background jobs have run or are delayed, enter "/health_checks/full" after the URL (e.g. myopenprojectinstance.com/health_checks/full). This provides an overview of "delayed_jobs_never_ran" which shows the number of background jobs that could not get ran within the last 10 minutes. If there are multiple entries, this can indicate that the number of web workers should be increased.
For a documentation of how to do this, please refer to these instructions (see section "Scaling the number of web workers").
Versions and backlog
I cannot change the version of a parent work package or child work package.
The fastest way to resolve this issue is to deactivate the backlogs module in the project where your tasks are located. This should instantly resolve the issue that you cannot update the tasks anymore. If you are actively working with the backlogs module in the project, you could then e.g. move the parent Epic from the parent project to the project where the tasks are located. Alternatively, you could change the type "Task" to a different type (e.g. "User Story"). This should also resolve the issue. For context: On the backlogs page you can switch to the "Task board". The task board shows the work packages assigned to a sprint (e.g. Epic, User Story) as well as the associated tasks. The task board however can only display tasks located in the same project as the (parent) work package (Epic, User story). Therefore, to avoid showing limited data, tasks and their parent work packages must be located in the same project and have to be assigned to the same version.
What does the error message "Parent is invalid because the work package (...) is a backlog task and therefore cannot have a parent outside of the current project" mean?
This message appears when the Backlogs module is activated and you try to set a work package belonging to project A as a child of another work package belonging to project B.
In the Backlogs module work packages can only have children of the same version and the same project. To avoid displaying different information in the backlog and in the boards view this restriction is in place. You can solve it by disabling the Backlogs module or by changing the project (and if necessary version) of the work package you'd like to move.