FogBugz XML API Command Wrappers

Performance Implications

fborm.commands Module Documentation

fborm.commands.listFilters(fb, sort_by=None)[source]
fborm.commands.setCurrentFilter(fb, filter)[source]
fborm.commands.search(fb, casetype=fborm.objects.fbBug, q=None, namemap={}, sort_by=None, **args)[source]
fborm.commands.new(fb, bug, bugtype, namemap={}, **args)[source]
fborm.commands.edit(fb, bug, bugtype, namemap={}, **args)[source]
fborm.commands.resolve(fb, bug, bugtype, namemap={}, **args)[source]
fborm.commands.close(fb, bug, bugtype, namemap={}, **args)[source]
fborm.commands.listTags(fb, tagtype=fborm.objects.fbTag, sort_by=None)[source]
Parameters:tagtype (dict) – fborm Api typemap. Defaults to fborm.objects.fbTag.
fborm.commands.viewProject(fb, projecttype=fborm.objects.fbProject, ixProject=None, sProject=None)[source]

Hello to the documentation.

fborm.commands.listProjects(fb, projecttype=fborm.objects.fbProject, ixProject=None, fWrite=None, fIncludeDeleted=None, sort_by=('ixProject', 'ixArea'))[source]
fborm.commands.viewArea(fb, areatype=fborm.objects.fbArea, ixArea=None, ixProject=None, sArea=None)[source]
fborm.commands.listAreas(fb, areatype=fborm.objects.fbArea, ixProject=None, ixArea=None, fWrite=None, sort_by=('ixProject', 'ixArea'))[source]
fborm.commands.viewCategory(fb, ixCategory, categorytype=fborm.objects.fbCategory)[source]
fborm.commands.listCategories(fb, categorytype=fborm.objects.fbCategory, sort_by='ixCategory')[source]
fborm.commands.viewPriority(fb, ixPriority, prioritytype=fborm.objects.fbPriority)[source]
fborm.commands.listPriorities(fb, prioritytype=fborm.objects.fbPriority, sort_by='ixPriority')[source]
fborm.commands.viewPerson(fb, persontype=fborm.objects.fbPerson, ixPerson=None, sEmail=None)[source]
fborm.commands.listPeople(fb, persontype=fborm.objects.fbPerson, fIncludeDeleted=None, fIncludeVirtual=None, fIncludeNormal=None, fIncludeActive=None, fIncludeCommunity=None, sort_by=None)[source]
fborm.commands.viewStatus(fb, statustype=fborm.objects.fbStatus, ixStatus=None, ixCategory=None, sStatus=None)[source]
fborm.commands.listStatuses(fb, statustype=fborm.objects.fbStatus, ixCategory=None, fResolved=None, sort_by=('ixCategory', 'iOrder'))[source]
fborm.commands.viewFixFor(fb, fixfortype=fborm.objects.fbFixFor, ixFixFor=None, ixProject=None, sFixFor=None)[source]
fborm.commands.viewMilestone(fb, fixfortype=fborm.objects.fbFixFor, ixFixFor=None, ixProject=None, sFixFor=None)[source]

alias of fborm.commands.viewFixFor()

fborm.commands.listFixFors(fb, fixfortype=fborm.objects.fbFixFor, ixProject=None, ixFixFor=None, fIncludeDeleted=None, fIncludeReallyDeleted=None, sort_by='ixProject')[source]
fborm.commands.listMilestones(fb, fixfortype=fborm.objects.fbFixFor, ixProject=None, ixFixFor=None, fIncludeDeleted=None, fIncludeReallyDeleted=None, sort_by='ixProject'))[source]

alias of fborm.commands.listFixFors()

fborm.commands.subscribe(fb, ixBug, ixPerson=None)[source]

To subscribe someone else, you must be logged in as an administrator and supply ixPerson.

fborm.commands.unsubscribe(fb, ixBug, ixPerson=None)[source]

subscribe(fb, ixBug, ixPerson=None)

To unsubscribe someone else, you must be logged in as an administrator and supply ixPerson.

Table Of Contents

Previous topic

FogBugzORM Extended Interface

Next topic

Object Type Mappings

This Page