Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1427146
_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
Sat, Jan 17, 1:58 PM
Size
787 B
Mime Type
text/html
Expires
Mon, Jan 19, 1:58 PM (5 h, 2 m)
Engine
blob
Format
Raw Data
Handle
325922
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