Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Divbox
classdivcontenedor
Divbox
stylepadding:0px !important; margin: 0px 0px 40px; 0px; width:98%; border-top:5px solid #0394D3;
classdivcontenido
Divbox
stylebackground-color: #00b8d9; padding-bottom: 1px; padding-top: 60px;

Procesos de la STICgestión TIC

Encuentra lo que necesitas mediante el buscador o el listado de procesos de la STICgestión TIC

Divbox
styleposition: relative; height: 105px; marginmargin-top: -5px; padding-top: -30px0px;

GTIC
Buscar
spaceKey
placeholderTextIntroduce una palabra clave
cqlancestor label = 169597233"sshhprocesos"

Divbox
stylemargin-top: -25px; padding:0px !important; text-align: center;
Tooltip
appendIconInfo-Circle
linkTextUnderlinetrue
linkText¿Tienes alguna duda? ¿No encuentras lo que necesitas?
linkTextColor#FFFFFF
linkTextUnderlineColor#FFFFFF

Registra tu duda a través de una tarea de Jira, con las siguientes indicaciones:

Proyecto: ESTELA

Componente: Confluence

Divbox
stylepadding-bottom:1px; text-align: right;
Image Removed
Divbox
styleposition: absolute; margin-top: -230px; right: 3%;

Image Added

Divbox

Crear desde plantilla
templateName200015874
templateId200015874
buttonLabelCrear nueva página de proceso

Divbox
styleheight: auto; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 40px0px; text-align: left !important;
Divbox
stylewidth: 92%: 94%; padding: 0px !important;
isNew,globalFilter17139510872990,1
Table Filter
totalrow,,,,,,
hidelabelsfalse
ddSeparator
sparkNameSparkline
hidePaneFiltration panel
sparklinefalse
default,,
isFirstTimeEntertrue
cell-width250,250,250
hideColumnsfalse
customNoTableMsgfalse
disabledfalse
enabledInEditorfalse
globalFiltertrue
id1752830023912_1311485990
order1,2,0
hideControlsfalse
inversefalse,false,false
columnCategoría,Subcategoría
disableSave
Pivot Table
decimalSeparatorPoint (.)
showrawdatatrue
decimals
columnSubcategoría
decimalseparatorPoint (.)
id1713951395807
isNewfalse
typeCount
separator
Table Filter
inversefalse,false
ddSeparator
sparkNameSparkline
hidePaneTable header
default
false
separatorPoint (.)
labels
Título‚
Categoría‚Subcategoría‚Filter whole table
ddOperator
cell-width150,150
userfilterTítulo
datepatternyy-mm-dd
hideFilters
OR,OR
datepatternM dd, yy
updateSelectOptions
true
id
worklog365|5|8|y w d h m|y w d h m
isORAND
formatVersion2
order
Informe de propiedades de página
headingsCódigo, Descripción, Categoría, Subcategoría ,Responsable, Modificado
pageSize
25
100
sortByModificado
cqllabel = "sshhprocesos
" and space = currentSpace() and ancestor = "169597233
"




Divbox
styledisplay:none;
classdivcontenedor
Divbox
stylewidth: 42%;
classdivcontenido

Gestión de proyectos

Informe de propiedades de página
headingsModificado
pageSize20
sortByTitle
cqllabel = "procesos-gestión-proyectos" and space = currentSpace()

Divbox
stylewidth: 42%;
classdivcontenido

Gestión de servicios

Informe de propiedades de página
headingsModificado
pageSize20
sortByTitle
cqllabel = "procesos-gestión-servicios" and space = currentSpace()

Divbox
stylewidth: 42%;
classdivcontenido

Gestión de lanzamientos

Informe de propiedades de página
headingsModificado
pageSize20
sortByTitle
cqllabel = "procesos-gestión-lanzamientos" and space = currentSpace()

Divbox
stylewidth: 42%;
classdivcontenido

Otros

Informe de propiedades de página
headingsModificado
pageSize20
sortByTitle
cqllabel = "procesos-otros" and space = currentSpace()

Divbox
classir-arriba


HTML
<script>
/*------*/
/* JS para botón para Subir al inicio de la página (fixed esquina derecha abajo)*/
/*------*/
$(document).ready(function(){
	$('.ir-arriba').click(function(){
		$('body, html').animate({
			scrollTop: '0px'
		}, 300);
	});

	$(window).scroll(function(){
		if( $(this).scrollTop() > 0 ){
			$('.ir-arriba').slideDown(300);
		} else {
			$('.ir-arriba').slideUp(300);
		}
	});
});
</script>