we are trying to upgrade JIRA from 4.0.2 to 4.4.4.
In the 4.0.2 Issue details section, we are getting Affects Build, Resolver Build, Confirmer Build but not getting in 4.4.4.
Can you please let me know how to add the missed fields to the Issue Detail section?
Though the custom fileds are present under the tabs of details section, we need them to be on details section as well. So i updated the IssueSummaryblock.vm file and added custom fileds to it manually. Now i am able to see the fields on the Issue Details section(1 in image). There is no information about the css in that vm file and hence i am unable to show the output on 3 colums(2 in image).
Is there a way to add some details to section 3 in image?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can anyone take a look over this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suspect you'd customised code in the old version as well, and when you updated, it was overridden by the new files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. We customized in the older version and now it was overridden by the new files. So i customozed again the new files but some CSS is used for showing the data in tabs which i am unable to find the source to cusotmize that.
For example in the issuesummaryblock.vm file, a css class called by ul tag. I dont see any css file having that class.
<ul id="issuedetails" class="property-list two-cols">
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Those fields seems like custom fields. Did you import all the data from your previous version as mentioned here: http://confluence.atlassian.com/display/JIRA044/Upgrading+JIRA+Manually
If you did, you should be able to reimport them after the upgrade and the fields should be there.
And I'm not too sure what you mean it's not there, but 4.3 onward (or so I have seen) the fields wont show up on issue view if the field is empty
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.