You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on the related Jira Issue, when I attempt to change the Feature Link custom field value, the endpoint http://{baseurl}/rest/api/2/jql/autocompletedata/suggestions?fieldName=Feature Link&fieldValue=25Q1 does not return any results because the actual field name is Epic Link, not Feature Link as displayed on the UI.
You can find the actual field names by calling https://<custom-jira-server>.com/rest/api/2/jql/autocompletedata
This is a sample call from the current extension which does not return any results. It does not return any error either to inform the UI of no results found. The UI seems to hang while searching forever with Loading... displayed.
Thanks for carrying over the issue from bitbucket!
Looks like this might also have to do with the clients used in the extension going out of date?
We'll need to look into this one a bit more to say for sure
When reviewing
Related Jira Issues
from a BB Server PR, the Jira issue UI will create a new tab in VSC. This seems to be working fine after the work around is applied from this comment https://bitbucket.org/atlassianlabs/atlascode/issues/756#comment-67516278While working on the related Jira Issue, when I attempt to change the
Feature Link
custom field value, the endpointhttp://{baseurl}/rest/api/2/jql/autocompletedata/suggestions?fieldName=Feature Link&fieldValue=25Q1
does not return any results because the actual field name isEpic Link
, notFeature Link
as displayed on the UI.You can find the actual field names by calling
https://<custom-jira-server>.com/rest/api/2/jql/autocompletedata
This is a sample call from the current extension which does not return any results. It does not return any error either to inform the UI of no results found. The UI seems to hang while searching forever with
Loading...
displayed.If I manually call this api with the query modified with the correct field name, results are returned successfully.
curl -X GET 'http://{baseurl}/rest/api/2/jql/autocompletedata/suggestions?fieldName=Epic%20Link&fieldValue=25Q1'
I’m not sure if this is related to custom fields or not, but it’s not registering the correct field name when then url is generated.
Atlassian Bitbucket v8.19.10
Atlassian Jira Project Management Software (v9.12.15#9120015-sha1:4d9c4bd:jira-2)
Name: Jira and Bitbucket (Atlassian Labs)
Id: atlassian.atlascode
Version: 3.0.14
Publisher: Atlassian
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode
Windows 11
The text was updated successfully, but these errors were encountered: