User can't asssign milestone to launchpad bug

Bug #1240379 reported by Timur Nurlygayanov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-launchpadlib (Ubuntu)
New
Undecided
Unassigned

Bug Description

Now launchpadlib has no any methods to assign milestone for bugs (but we can do this via web interface)

it is important issue to manage bugs via launchpadlib python library.

Revision history for this message
Sean McGinnis (sean-mcginnis) wrote :

I'm sure this can probably be closed, but in case this helps anyone that comes across this, I am able to assign milestones just fine with this:

new_milestone = project.getMilestone(name='milestone_name')
bug.milestone = new_milestone
bug.lp_save()

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.