Projects – UpStream https://upstreamplugin.com WordPress Project Management Wed, 03 Jul 2019 17:04:32 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://upstreamplugin.com/wp-content/uploads/2018/09/cropped-upstream-icon-1-32x32.png Projects – UpStream https://upstreamplugin.com 32 32 How to Disable Milestones, Tasks, Bugs and Files https://upstreamplugin.com/docs/disable-milestones-tasks-bugs-files/?utm_source=rss&utm_medium=rss&utm_campaign=disable-milestones-tasks-bugs-files Fri, 23 Jun 2017 19:32:37 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=5045 Not every project needs all the features of UpStream. Milestones, Tasks, Bugs and Files can all be disabled for individual projects.

In the admin area, you’ll be able to check a box like the one shown below:

You will also see a similar box for Tasks:

And for Files:

And for Bugs:

These settings above only apply to individual projects and will not automatically disable these features for other projects. If you want to completely disable these features, read on …

Disabling a Feature for All UpStream Projects

Go to the “UpStream” link in the WordPress admin, and click “General Settings”.

Under this “General Settings” tab, scroll down and you will see the option to disable Bugs, Tasks, Milestones, Files and Discussions. These settings will disable these features for ALL your projects.

]]>
How to Add Videos and Other Multimedia in UpStream https://upstreamplugin.com/docs/embed-videos-media-upstream/?utm_source=rss&utm_medium=rss&utm_campaign=embed-videos-media-upstream Fri, 23 Jun 2017 19:36:48 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=5050 Many UpStream users want to add media to their projects.

For adding images, there is an “Add Media” button next to all the WYSIWYG areas, so you can use the WordPress Media library.

For videos and other embeds, the WordPress code has limited support for embeds outside the post editing screen. So for embeds in UpStream, we recommend the the EmbedPress plugin. This plugin works in a different way, so doesn’t have the same limitations as the WordPress core embed feature.

If you install and activate EmbedPress, you’ll be able use embeds inside any WYSIWYG area in UpStream. Just add the URL into the body. This image shows a YouTube video embed in an UpStream task:

]]>
How to Rename Projects, Client and Other Features https://upstreamplugin.com/docs/rename-projects-client-features/?utm_source=rss&utm_medium=rss&utm_campaign=rename-projects-client-features Fri, 23 Jun 2017 19:58:28 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=5057 Not everyone wants to use the default terminology in UpStream.

For example, some people might want to use “Change Request” rather than the default “Bug”. Or perhaps they prefer “Customers” to “Clients”.

All of this text is customizable.

Go to the “UpStream” link in the WordPress admin, and click “General Settings”.

On the “General” screen you will be able to change the singular and plural labels for Project, Client, Milestone, Task, Bug and File.

]]>
How to Export from UpStream to CSV and Text https://upstreamplugin.com/docs/export-upstream-csv-text/?utm_source=rss&utm_medium=rss&utm_campaign=export-upstream-csv-text Wed, 23 Aug 2017 15:44:26 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=5757 All the content you store in UpStream can be easily exported to both Text and CSV format.

Milestones, Tasks, Bugs, and Files all have a “Copy” and a “CSV” button available.

Exporting to Text

The “Plan Text” button allows you to export the data to a file using the .txt format:

UpStream button to export as text

After clicking the “Plain Text” button, a file download will start. A TXT file will be sent to your computer. This image shows the data after being opened with a text editor:

UpStream tasks exported to text file

Exporting to CSV

The “CSV” button allows you to export the data to CSV format:

UpStream button for exporting as CSV

After clicking the “CSV” button, a file download will start. A CSV file will be sent to your computer. The CSV file can be imported into other programs. This image shows the data after import into Google Sheets:

]]>
How Project Progress is Calculated in UpStream https://upstreamplugin.com/docs/project-progress-calculated-upstream/?utm_source=rss&utm_medium=rss&utm_campaign=project-progress-calculated-upstream Tue, 27 Feb 2018 16:21:15 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=10226 On the frontend of UpStream projects, you will see that a “Progress” percentage is visible. This Progress shows how far you have progressed with your project. That percentage is shown in the screenshot below.

In the image above, the overall project progress is 51%.

The overall progress of a project is calculated from the Tasks on a project.

In the image below, you can see four Tasks. The Tasks have a total percentage of 205%.

So let’s do the final calculation for project progress … If you divide 205% by 4 you arrive at 51.25 which is then rounded down to 51%.

]]>
How to Use Tags and Categories in UpStream https://upstreamplugin.com/docs/sort-filter-organize/?utm_source=rss&utm_medium=rss&utm_campaign=sort-filter-organize Tue, 27 Feb 2018 18:38:26 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=10234 If you have a large number of projects, tasks or bugs, you will need to manage them all.

I’m going to show you how to sort, filter and organize a large number of items in UpStream.

The first step is to create Tags and Categories. We recommend using Tags and Categories to organize your items. When you’re creating these, make sure to set the “Filterable” option to “Yes”.

This “Filterable” option controls whether or not the field can be filtered on the frontend of your site.

Filterable custom fields

Once you have Tags and Categories created, go to the frontend of your site and click the “Toggle Filters” button.

Toggle filters

In with the default filters, you should now see a filter for your Categories or Tags:

A custom field filter in Upstream

It’s possible to choose multiple filters at the same time:

multiple frontend filters
]]>
How to Create Sub-Tasks in UpStream https://upstreamplugin.com/docs/sub-tasks/?utm_source=rss&utm_medium=rss&utm_campaign=sub-tasks Tue, 27 Feb 2018 20:48:27 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=10238 In this guide, we’ll show you how to create sub-tasks for UpStream projects.

A sub-task is a task that needs to be completed before the main task is be considered complete.

Here’s one example:

  • Task: Fix the website bug
    • Sub-task: Test your bug fix in Chrome
    • Sub-task: Test your bug fix in Firefox
    • Sub-task: Test your bug fix in Safari

The approach the UpStream takes for sub-tasks relies on the Custom Fields add-on. Before completing this guide, please read this guide on using Custom Fields.

Let me walk you through an example of how this can work. I’m going to use the example outlined above for fixing a website bug.

First, let’s create the fields we’ll use for sub-tasks:

  • Install UpStream and set up a project. Also install the Custom Fields add-on.
  • Go to “Projects, then “Custom Fields”.
  • Click “New Custom Field”.
  • Enter “Safari” as the Title.
  • Choose “Checkboxes” as the Field Type.
Creating a new sub-task field
  • For the Options, you can enter the Yes / No choices. In the example below, I choose the “Not tested in Safari yet” option as the default.
Choices for a new sub-task field
  • On the right sidebar, this field is assigned to “Bugs” and I chose to make it “Filterable”:
Options for a new sub-task field
  • Save the field.
  • Repeat this process for Chrome and Firefox.
  • You will now have 3 fields that can be used for your sub-tasks:
New sub-task fields
  • Go to the frontend of your site and look for a project.
  • Scroll down to the “Bugs” area.
  • Either edit an existing Bug or create a new Bug. You’ll be able to specify whether sub-tasks have been completed:
Completed sub-task field
]]>
How to Show or Hide Closed Items in UpStream https://upstreamplugin.com/docs/show-hide-closed-items/?utm_source=rss&utm_medium=rss&utm_campaign=show-hide-closed-items Fri, 25 Jan 2019 18:43:57 +0000 https://upstreamplugin.com/?post_type=knowledgebase&p=18296 You can choose to automatically show or hide completed items in UpStream.

If you have a busy site with 1,000’s of items, you may want to hide items. This will make your site run more quickly. On smaller sites, it may be better to show closed items so you can easily see what’s been completed.

These settings are available in UpStream > Settings.

  • Archive Closed Items: This will entirely remove completed items from the front of your site. This can speed up your page loads if you have a very busy site.
  • Filter Closed Items: This will hide completed items by default, but users can still use filters to view them.
UpStream frontend filters

If you set “Archived Closed Items” to “No”, then you will still be able to search for “Closed” items, as in the image below. However, if you set “Archived Closed Items” to “Yes”, you won’t be able to find closed items at all.

UpStream archives
]]>