Code review comment for lp:~mabac/svammel/bug-749561-set-series-and-milestone

Revision history for this message
Mattias Backman (mabac) wrote :

> + # createBug creates only one bugtask, but addNomination
> + # may add another, so we use the last one.
> + set_bugtask_milestone(bug.bug_tasks[0:2][-1], milestone)
>
> just wondering how robust this is ...

Can't say that writing that was my proudest moment... I hope that we
can clarify how addNomination works before this feature is done. I
have however not been able to fully test this since I don't seem to
have proper permissions anywhere in the system.

Thanks,

Mattias

« Back to merge proposal