#1585 API: new_ticket does not return new issue number
Closed: Duplicate Opened by mkosek.

When a new issue is created via API call new_ticket, there is no convenient programatic way how to get the new Issue number, so that I can for example record the Issue number in a downstream bug I cloned the issue from.

This number was available in Trac API:
int ticket.create(string summary, string description, struct attributes={}, boolean notify=False)


Ah, looks duplicate to #1582.

Indeed it is, let's close as such :)

Thanks for the report though!

@pingou changed the status to Closed

Metadata