Intro to Agile: Part 1 - The Ticket Backlog

As part of our new Agile features, we've included the ability to quickly add tickets en-masse to a project. Just select either the Add Multiple Tickets link from within the Tickets dropdown, or click the Build backlog button from a Sprint.

You'll then be presented with two options, either to enter the tickets manually in a list, or to upload a CSV containing a formatted list of tickets.

Bulk-add tickets

Bulk-add Tickets

Just enter your ticket description and choose a priority for each ticket, then click the Create tickets and add to backlog button to finish.

Upload a CSV

CSV Upload

Click the choose file button to browse for your CSV file, which needs to be in the following format, starting with a header row at the top defining each element then each ticket on it's own line:

subject, type, status, priority, assignee, estimated_time_string
My new ticket, Bug, New, Low, Adam W, 00:30
My Second ticket, Enhancement, Accepted, High, Adam W, 01:45
  • subject - your ticket subject
  • type - the ticket type (Bug, Enhancement, Feature or Task)
  • status - the name of the ticket status (New, Accepted, In Progress, Completed, Invalid or Testing)
  • priority - the ticket priority (Low, Normal, High or Critical)
  • assignee - full name of the ticket assignee
  • estimated time string - the ticket's estimated completion time (as in integer or in hh:mm format)

Please note that the subject, type, status and priority are the default values; these can be customised through your project's organisational objects.

Finally, click the Upload button to finish.

New Tickets

In Part 2, we'll be looking at Sprints, and how they can be integrated into your workflow.

You can read about the new features in more detail in our documentation, or if you have any questions please drop us an email to support@codebasehq.com .

A little bit about the author

I'm Adam W, or as everyone prefers to call me - Batman. I get a lot of satisfaction out of helping our customers and am committed to making their customer experience as positive as possible. When not offering support to our customers, you'll find me gaming, listening to music or running.

A couple of other posts like this one

Host your SVN repositories with Codebase

A number of long-time and new customers have been in touch with us recently about the discontinuation of CloudForge and in particular, that they need an alternative place to host...