This commit fixes an issue where a user with limited repo access (due to
user permission settings) was unable to submit (attach) a new issue to
a test run. This was due to submit endpoint expecting to be able to read
title of the submitted issue and save that. This is now done on
best-effort basis and the fallback title is now just "owner/repo#N"
This commit fixes an issue where a user with limited repo access (due to user permission settings) was unable to submit (attach) a new issue to a test run. This was due to submit endpoint expecting to be able to read title of the submitted issue and save that. This is now done on best-effort basis and the fallback title is now just "owner/repo#N"
Fixes #435