Details
-
Bug
-
Status: Reopened (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
It should be possible to use a regular expression for filtering tags to e.g. to select all alpha or beta releases.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Niklaus Giger [ niklaus_giger ] | ngiger [ ngiger ] |
Assignee | ngiger [ ngiger ] | Boguslaw Klimas [ klimas7 ] |
Workflow | JNJira [ 155373 ] | JNJira + In-Review [ 179052 ] |
Comment |
[ Hello, it seems to me that filtering with regular expressions is already working for both tags and branches. Should this issue be closed? (and the TODO list updated) ] |
Resolution | Won't Do [ 10001 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Won't Do [ 10001 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Can use Quick Filter
Tag filter:
This parameter is used to get tag from git.
If is blank, parameter is set to "*".
Properly is executed command: git tag -l "*" or git tag -l "$tagFilter".