Issue Details (XML | Word | Printable)

Key: JRA-9033
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dylan Etkin [Atlassian]
Reporter: Benjamin Naftzger [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Add License ID to View License Page

Created: 12/Jan/06 10:59 PM   Updated: 15/Jan/06 07:46 PM
Component/s: Licensing
Affects Version/s: 3.4.3
Fix Version/s: 3.5

Time Tracking:
Not Specified

Issue Links:
Cloners
 

Participants: Benjamin Naftzger [Atlassian] and Dylan Etkin [Atlassian]
Since last comment: 2 years, 33 weeks, 5 days ago
Resolution Date: 15/Jan/06 07:46 PM
Labels:


 Description  « Hide
To help us identify which license key a customer is renewing or upgrading, we want to display a License ID (a unique identifier of sorts) on the admin View License page, which the customer can then quote when ordering their renewal.

The current thinking is that we'll use the first 10 characters of the license key as the License ID.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dylan Etkin [Atlassian] added a comment - 15/Jan/06 07:46 PM
I have added a getLicenseId method to the license object and added the value to the UI in JIRA. The value is calculated as, select distinct upper(substring(replace(replace(replace(license, '\n', ''), '\r', ''), '\t', ''), 40, 10)) from license; as specified by Scott.