This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def openSprints = boardData.get("openSprints") as List<Map> | |
openSprints.findAll { it.name.contains(sprintMarkerName).xor(negate) }.each { sprint -> | |
sprint.get("issues")*.id.each { | |
issueIds.add(it.toString()) | |
def issue = issueManager.getIssueObject(it) | |
def subTasks = issue?.subTaskObjects | |
if (subTasks) { | |
issueIds.addAll(subTasks.collect{it.id.toString()}) | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.onresolve.jira.groovy.jql | |
import com.atlassian.crowd.embedded.api.User | |
import com.atlassian.jira.bc.JiraServiceContextImpl | |
import com.atlassian.jira.bc.issue.search.SearchService | |
import com.atlassian.jira.component.ComponentAccessor | |
import com.atlassian.jira.config.properties.APKeys | |
import com.atlassian.jira.issue.Issue | |
import com.atlassian.jira.issue.fields.CustomField | |
import com.atlassian.jira.issue.search.filters.IssueIdFilter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Yo digo bienvenido | |
I say welcome over and over to every and all who show me themselves in a way I can | |
understand because their kindness in doing so is lovely. I want more of it, and them, | |
in my world. They are welcome. | |
Digo bienvenido, una y otra vez, a todo aquel que se me muestra de modo que puedo entenderle, porque su amabilidad al hacerlo es adorable. Quiero tener más de eso y más de ellos en mi mundo. Son bienvenidos. | |
I say welcome because for hundreds of years we have been unwelcome in hundreds of | |
ways. Our feelings especially have been taboo, our deepest selves prohibited. |
NewerOlder