Skip to content
Snippets Groups Projects

Fixed Issue Share Button

Merged username-removed-400439 requested to merge 284-incorrect-link-on-issue-share-button into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,6 @@ fun Issue.getUrl(project: Project): Uri {
val projectUri = Uri.parse(project.webUrl)
return projectUri.buildUpon()
.appendPath("issues")
.appendPath(id.toString())
.appendPath(iid.toString())
.build()
}
Loading