Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy labels from linked issues to PR #66

Open
danielamlins opened this issue Mar 23, 2021 · 9 comments
Open

Copy labels from linked issues to PR #66

danielamlins opened this issue Mar 23, 2021 · 9 comments
Labels
blocked Something is blocking this from working enhancement New feature or request

Comments

@danielamlins
Copy link

Describe the solution you'd like
A command like /copy-labels that copies labels from linked or mentioned issues to PRs (I imagine that it is easier with linked issues, than mentioned ones)

@Spazzy757
Copy link
Owner

Thats pretty cool Idea, I will look into it!

@Spazzy757
Copy link
Owner

After Thinking about this I think I would go with an automated approach, for instance if you set this functionality too on then any linked Issues will automatically have their labels copied across. Then potentially next iteration you add a command that does it

@Spazzy757
Copy link
Owner

/label enhancement

@paul-the-alien paul-the-alien bot added the enhancement New feature or request label Apr 5, 2021
@Spazzy757
Copy link
Owner

/label roadmap

@paul-the-alien paul-the-alien bot added the roadmap Planned top be developed label Apr 5, 2021
@Spazzy757 Spazzy757 moved this from Roadmap to Backlog in Pauls planned Roadmap Apr 5, 2021
@Spazzy757 Spazzy757 moved this from Backlog to Roadmap in Pauls planned Roadmap Apr 5, 2021
@Spazzy757 Spazzy757 pinned this issue Apr 6, 2021
@Spazzy757 Spazzy757 moved this from Roadmap to In progress in Pauls planned Roadmap Apr 22, 2021
@Spazzy757
Copy link
Owner

/remove-label roadmap

@paul-the-alien paul-the-alien bot removed the roadmap Planned top be developed label Apr 22, 2021
@Spazzy757
Copy link
Owner

/label blocked

@paul-the-alien paul-the-alien bot added the blocked Something is blocking this from working label Apr 22, 2021
@Spazzy757
Copy link
Owner

So after reading through a hell of a lot of forums and posts, it seems that the functionality I was planning for this PR does not exist via the API (https://github.community/t/get-all-issues-linked-to-a-pull-request/14653) The only current workaround would be to pull the html page and scrape it for the referenced linked issue and this would not work for any private repos

@Spazzy757 Spazzy757 moved this from In progress to Backlog in Pauls planned Roadmap Apr 22, 2021
@Spazzy757 Spazzy757 unpinned this issue Apr 23, 2021
@danielamlins
Copy link
Author

Thanks for looking into it 😢

@Spazzy757
Copy link
Owner

I have send feedback to the API team, apparently this is a highly requested feature so when they do implement it I'll do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Something is blocking this from working enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

3 participants
@Spazzy757 @danielamlins and others