Add project.items.addByContentId
and project.items.addByContentRepositoryAndNumber
#71
Open
1 of 2 tasks
Labels
Please avoid duplicates
What’s missing?
We have
project.items.updateByContentRepositoryAndNumber
andproject.items.removeByContentRepositoryAndNumber
, but we do not have a method to add an existing issue or pull request using its repository name and number.(I'm not sure if using
by
is grammatically correct English, I'm open to alternative ideas. But the names would be consistent with it'sproject.items.update*
andproject.items.remove*
counterparts that way.)This would replace the current
project.items.add
Why?
see ☝🏼
Alternatives you tried
manually retrieve an issue/PR object in order to retrieve the node ID, then pass it to
project.items.add(nodeId)
Would you be interested in contributing the feature?
The text was updated successfully, but these errors were encountered: