Skip to main content

Issues

Issues lie at the core of projects, allowing the user to create tasks concerning the project. Issue completion is measured in time(hrs), which is the work a user does on an issue. Issues can be assigned to a member and can be referenced with geolocation information . On the side bar you can configure custom queries.

Issue List

Location

Location displays all geolocation information registered from the issues of the project. The map can zoom in or zoom out. Clicking on the respective icon or line will display the issue title with an edit prompt, which will redirect to editing an issue.

Issue List

Issues are displayed in list form, with the following default column titles:

  • #: This is the issue number of the LOBSTA environment.
  • Tracker : Defines the type of Issue.
  • Status : Defines the completion status of the Issue.
  • Priority : Defines the priority of the Issue.
  • Subject : The title of the Issue.
  • Assignee: Shows which member is assigned to that issue.
  • Updated : Shows last date the Issue was Modified.
Open and closed.

An issue can be opened or closed. An open issue is an issue being worked on while a closed issue is a completed issue. A crossed out issue is a closed issue. This category is assigned on an issue status by admin.

... Dropdown Menu

Clicking on the ... dropdown menu in the top right corner will show you:

Shows a detailed report of project data, you can also get here from project overview. Displays the distribution of issues according to the category. Clicking the magnifying glass on any category will show you a bar chart of issues by that category.

New Issues

From Issues tab top right corner, or project overview's ➕ sign, a New Issue will redirect here.

New Issue

Form

To make a new Issue, you must fill the following:

Field NameDescriptionValid InputNotes
TrackerThe type of Issue.Dropdown.Tracker categories are defined by an admin in global settings and then enabled in project settings.
PrivateMakes the issue private, only members of the project can interact with this issue.Tickable.Ticked on by default.
SubjectThe title or purpose of the Issue.Text.
DescriptionA description of the issue.Text.
StatusCompletion status of the issue. It also indicates if the issue is open or closed.Dropdown.Status categories are defined by an admin in global settings.
PriorityDefines the priority of the issue.Dropdown.Priority categories are defined by an admin in global settings.
AssigneeLinks the user responsible on resolving the issue.Dropdown.Eligible to members of the project or oneself.
CategoryAllows assigning project sensitive categories.Dropdown.Issue categories are defined in project settings.
Target versionCan reference the issue to a target version.Dropdown.See roadmap for more.
Parent TaskNest's the issue to a parent issue.Number.Must write the hashtag followed by the issue number. (ie. #3456)
Start/due dateTime range of desired issue completion.DateBy default, current day is used as Start date.
Estimated timeThe amount of work required to finish the issue, measured in hours.Number.
% DoneEstimates how completed the issue is, in percentage.Dropdown.By default, it is manually filled. An admin can assign % done to issue status to automatically fill this field.
FilesAttaches a file related to the issue.Any file.File size and extension is defined by admin.
WatchersAssigns members or groups of the same project to supervise the issue.Tickable options.
See a field not covered here?

Admins can personalize custom fields on the new issue form!

OpenStreetMap

LOBSTA allows you to assign issues with a geolocation reference with OpenStreetMap plugin.

You can hold left click and drag to move the map. On the left side you have the following buttons

  • Zoom in : The map zooms in the viewable area
  • Zoom out : The map zooms out the viewable area.
  • Point : Places a point. Inner shape is changed by tracker, and color by status. Point
  • Line: Places a line. Line
  • Poligon: Places a polygon. Polygon
  • Upload GeoJSON: Uploads a GeoJson file.
  • Geolocation: Asks for your computer´s location to use as reference.
  • Maximize : Sets a default view area.

How to use?

  1. Left click and hold to move the viewable area, you can do this at any time. Zoom in or out on preference.
  2. Select point. Should highlight green the point icon.
  3. Left or right click on desired location to drop a point.
  4. Made a mistake? You can click on another location and the first one gets erased.

Issue Page

On the Issue list, clicking the issue subject will take you to the descriptive issue page. You can view the details of the issue selected. The information displayed here is identical as when filled in New Issues, but displayed differently.

Detailed Issue

Add

More options appear which you can add:

  • Subtasks: Creates a nested issue, and displays it here. Identical to the New Issue page, but the parent issue field will be automatically filled this way.

  • Related Issues: Shows the dependency of the issue with other issues, chosen from a list.

    • Related to: Basic link to another issue.
    • Is Duplicate of: Links issues so that if the linked one closes, so does this issue.
    • Has duplicate: Links issue so that if this issue closes, the linked issue closes too.
    • Blocks: Links issues so that a linked issue cannot be closed unless this issue closes first.
    • Blocked by: Links issue so that this issue cannot be closed unless the linked issue closes first.
    • Follows: Defines an order, where the linked issue must be completed before this issue can start.
    • Precedes: Defines an order, where this issue must be completed so that the linked issue can start.
    • Copied to: Identifies a copy was made from this issue to the linked issue.
    • Copied from: Identifies a copy was made from linked issue to this issue.

The following appear once an issue has been edited, and appears automatically here:

  • Spent Time: Logs the time registered of the updated issue
  • Notes: Text regarding the issue. These notes can be edited by yourself or others (according to your roles and permissions) and can be private or public. WIP does a public note show on a private project?
  • History: Logs changes of current issue.

At the top right corner, you will have:

  • Edit: Allows you to edit the current issue.
  • Log time: Allows you to update the time logged on the issue, redirects to Spent time with the Issue field automatically filled.
  • Watch: Assigns yourself as a watcher. Can view and assign other members as watchers from add from the sidebar.
  • Copy: Copies the issue. Similar to form of New Issue, but with extra toggles on by default that copies attachments and subtasks and sets Copied from relation to the copied issue and Copied to the current issue..

With the ... drop down menu:

Copies URL of the issue

Editing an Issue

This page shows the information filled in New Issues, but with some extra functionalities. Editing will show previously filled information regarding the Issue, allowing you to fix mistakes or update issue information. You can edit your own issue or another user's issues if you have the correct roles and permissions.

For updating information, it is suggested to change issue Status, % Done (if applicable), and to fill the new Log time section to register the work done on the project.

  • Log Time

    • Spent time: Work done on the issue in hours.
    • Activity: Describes what type of work was done for the issue. This is defined by an admin in enumerations
    • Comment: Allows for text input to communicate anything.
  • Notes: Allows for a large input of text regarding the issue. Can tick if private or public. Editable later by yourself or others.

Once completed, press submit.

Workflow

Updating an issue might be limited by admin defined workflow.