what exactly FIX FOR column meant for in Jiraissue table?

Vamsi March 19, 2017

mysql> desc jiraissue;
+----------------------+---------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------------------+---------------+------+-----+---------+-------+

FIXFORdecimal(18,0)YES NULL

 

 

please, let me know what it stores inside column FIXFOR  in jiraissue table.

2 answers

1 vote
Niclas Sandstroem
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 20, 2017
0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 20, 2017

It's historical

You should not be reading the database.  That way lies terrible code and a broken JIRA

Suggest an answer

Log in or Sign up to answer