Class TestIssuePropertyAliasing

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraRestTest
com.atlassian.jira.webtests.ztests.bundledplugins2.rest.TestIssuePropertyAliasing

public class TestIssuePropertyAliasing extends BaseJiraRestTest
  • Constructor Details

    • TestIssuePropertyAliasing

      public TestIssuePropertyAliasing()
  • Method Details

    • setUpTest

      public void setUpTest()
    • testJqlAliasSearchingForStrings

      public void testJqlAliasSearchingForStrings()
    • testJqlAliasingForRelativeDateQueries

      public void testJqlAliasingForRelativeDateQueries()
    • testJqlAliasingForJqlFunctionDateQueries

      public void testJqlAliasingForJqlFunctionDateQueries()
    • testJqlAliasingForTextValues

      public void testJqlAliasingForTextValues()
    • testJqlAliasSearchingForMultipleIssues

      public void testJqlAliasSearchingForMultipleIssues()
    • testConflictingJqlAliases

      public void testConflictingJqlAliases()
    • testAliasAutoCompletionWithoutConflict

      public void testAliasAutoCompletionWithoutConflict()
    • testAliasWithMoreThen15Matches

      public void testAliasWithMoreThen15Matches()
    • testAutoCompletionWorksForConflictingProperties

      public void testAutoCompletionWorksForConflictingProperties() throws Exception
      Throws:
      Exception
    • testAutoCompletionReturnsOnlyDistinctResults

      public void testAutoCompletionReturnsOnlyDistinctResults()
    • orderByAliasedIdSortsDescendingByDefault

      public void orderByAliasedIdSortsDescendingByDefault()
    • orderBySystemFieldIdSortsAscendingByDefault

      public void orderBySystemFieldIdSortsAscendingByDefault()
    • orderByStringAliasSortsDescendingByDefault

      public void orderByStringAliasSortsDescendingByDefault()
    • orderByStringFQNSortsDescendingByDefault

      public void orderByStringFQNSortsDescendingByDefault()
    • orderByIssueWithoutLabelWhenOrderingByLabelIsLast

      public void orderByIssueWithoutLabelWhenOrderingByLabelIsLast()
    • orderByAliasDateDescendingByDefault

      public void orderByAliasDateDescendingByDefault()
    • orderByFQNDateDescendingByDefault

      public void orderByFQNDateDescendingByDefault()
    • orderByCreatedWorks

      public void orderByCreatedWorks() throws InterruptedException
      Throws:
      InterruptedException
    • testConflictingAliasWithSystemFieldSortsBySystemField

      public void testConflictingAliasWithSystemFieldSortsBySystemField()
    • testConflictingAliasWithSystemFieldSortsByAliasSecond

      public void testConflictingAliasWithSystemFieldSortsByAliasSecond()
    • testMissingPropertyValueIsHandledCorrectlyByOperators

      public void testMissingPropertyValueIsHandledCorrectlyByOperators()
    • testNumericOperatorsDontReturnIssuesWithMissingValues

      public void testNumericOperatorsDontReturnIssuesWithMissingValues()
    • testEmptyOrNonEmptyQueryReturnsAll

      public void testEmptyOrNonEmptyQueryReturnsAll()
    • testJsonValueIsIgnored

      public void testJsonValueIsIgnored() throws JSONException
      Throws:
      JSONException
    • testNullValueIsIgnored

      public void testNullValueIsIgnored() throws JSONException
      Throws:
      JSONException