Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1299573
_jira.html.erb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 18, 11:05 PM
Size
787 B
Mime Type
text/html
Expires
Thu, Nov 20, 11:05 PM (53 m, 30 s)
Engine
blob
Format
Raw Data
Handle
290084
Attached To
rARCHIVING archiving
_jira.html.erb
View Options
<%
if
current_user
&&
Archiving
.
settings
[
:jira_src
]
%>
<script type="text/javascript" src="
<%=
Archiving
.
settings
[
:jira_src
]
%>
"></script>
<script type="text/javascript">
$(function(){
window.ATL_JQ_PAGE_PROPS = $.extend(window.ATL_JQ_PAGE_PROPS, {
// ==== custom trigger function ====
triggerFunction : function( showCollectorDialog ) {
$('#atlwdg-trigger').on( 'click', function(e) {
e.preventDefault();
showCollectorDialog();
});
},
// ==== we add the code below to set the field values ====
fieldValues: {
'
<%=
Rails
.
application
.
secrets
.
jira_custom_field_name
%>
':'
<%=
Rails
.
application
.
secrets
.
jira_custom_field_value
%>
',
}
});
});
</script>
<%
end
%>
Event Timeline
Log In to Comment