Root > Reference > All Functions > IssueIDToStr

Function IssueIDToStr

Previous pageReturn to chapter overviewNext page   

Converts send response to a human-readable ticket/issue ID.

 

Unit

EBase

 

Syntax

 

Code (Delphi)

function IssueIDToStr(

const AResponse: TResponse

): String;

 

Parameters

AResponse [in]

A response from sending.

 

Return value

A human-readable ID of the posted ticket/issue. For example, '42'.

 

Remarks

Sending a bug report may create a ticket/issue/bug in a bug tracker. The response encodes ID of assigned ticket/issue/bug. This function can be used to convert encoded value into a human-readable string. The encoding is needed because different bug trackers use different formats of ticket/issue IDs.

 

The function will return an empty string when the response comes from a sending method which does not support feedback. For example, e-mail sending or FTP sending.




Send feedback... Build date: 2026-06-30
Last edited: 2026-06-30
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_function_EBase_IssueIDToStr